Skip to content

sumcumo/nuxt-styleguide-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt Styleguide Example

Install via git and delete the .git folder

git clone https://github.com/sumcumo/nuxt-styleguide-example.git && rm -rf nuxt-styleguide-example/.git

Or download this repo as a zip

Jump into the folder

cd nuxt-styleguide-example

install the dependencies

npm i

and start the server

npm start