|
|
5 years ago | |
|---|---|---|
| assets | 5 years ago | |
| components | 5 years ago | |
| layouts | 5 years ago | |
| pages | 5 years ago | |
| plugins | 5 years ago | |
| static | 5 years ago | |
| store | 5 years ago | |
| Dockerfile | 5 years ago | |
| README.md | 5 years ago | |
| app.html | 5 years ago | |
| nuxt.config.js | 5 years ago | |
| package.json | 5 years ago | |
| post.sh | 5 years ago | |
| run.sh | 5 years ago | |
| server.js | 5 years ago | |
| yarn.lock | 5 years ago |
Nuxt.js project
# install dependencies
$ npm install # Or yarn 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 the Nuxt.js docs.