https://github.com/hiro0218/nuxt-boilerplate
https://github.com/hiro0218/nuxt-boilerplate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiro0218/nuxt-boilerplate
- Owner: hiro0218
- Created: 2020-07-12T03:19:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:17:11.000Z (over 3 years ago)
- Last Synced: 2025-02-05T20:33:41.269Z (over 1 year ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-boilerplate
> My classy 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).