Files
webgems/README.md
André Weller b4dfd58208 init project
2019-05-10 16:23:43 +02:00

23 lines
376 B
Markdown

# webgems
> webgems for devs and designers
## Build Setup
``` bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).