|
|
há 6 anos atrás | |
|---|---|---|
| assets | há 7 anos atrás | |
| components | há 6 anos atrás | |
| layouts | há 7 anos atrás | |
| middleware | há 7 anos atrás | |
| pages | há 6 anos atrás | |
| plugins | há 7 anos atrás | |
| static | há 6 anos atrás | |
| store | há 7 anos atrás | |
| utils | há 7 anos atrás | |
| .babelrc | há 8 anos atrás | |
| .editorconfig | há 8 anos atrás | |
| .eslintrc.js | há 7 anos atrás | |
| .gitignore | há 8 anos atrás | |
| Dockerfile | há 7 anos atrás | |
| README.md | há 8 anos atrás | |
| app.html | há 7 anos atrás | |
| nuxt.config.js | há 7 anos atrás | |
| package-lock.json | há 7 anos atrás | |
| package.json | há 7 anos atrás | |
| post.sh | há 7 anos atrás | |
| run.sh | há 7 anos atrás | |
| server.js | há 7 anos atrás | |
| yarn.lock | há 7 anos atrás |
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.