|
|
hace 6 años | |
|---|---|---|
| assets | hace 6 años | |
| components | hace 6 años | |
| layouts | hace 7 años | |
| middleware | hace 7 años | |
| pages | hace 7 años | |
| plugins | hace 7 años | |
| static | hace 7 años | |
| store | hace 7 años | |
| utils | hace 8 años | |
| .babelrc | hace 7 años | |
| .editorconfig | hace 8 años | |
| .eslintrc.js | hace 7 años | |
| .gitignore | hace 8 años | |
| Dockerfile | hace 7 años | |
| README.md | hace 8 años | |
| app.html | hace 7 años | |
| nuxt.config.js | hace 7 años | |
| package-lock.json | hace 7 años | |
| package.json | hace 7 años | |
| post.sh | hace 8 años | |
| run.sh | hace 8 años | |
| server.js | hace 7 años | |
| yarn.lock | hace 7 años |
mall web 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.