Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 409 Bytes

Readme.md

File metadata and controls

23 lines (10 loc) · 409 Bytes

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