Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ffflabs/nuxt_boilerplate11
https://github.com/ffflabs/nuxt_boilerplate11
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ffflabs/nuxt_boilerplate11
- Owner: ffflabs
- Created: 2019-10-01T16:54:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:50:53.000Z (about 2 years ago)
- Last Synced: 2024-10-28T17:12:53.857Z (2 months ago)
- Language: JavaScript
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt_boilerplate11
> My splendid Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).