wangcz 3f991d8f5e Merge branch 'hotfix-wangcz' | hace 5 años | |
---|---|---|
assets | hace 6 años | |
components | hace 5 años | |
layouts | hace 6 años | |
middleware | hace 6 años | |
pages | hace 5 años | |
plugins | hace 5 años | |
static | hace 5 años | |
store | hace 6 años | |
utils | hace 6 años | |
.babelrc | hace 7 años | |
.editorconfig | hace 7 años | |
.eslintrc.js | hace 6 años | |
.gitignore | hace 7 años | |
Dockerfile | hace 6 años | |
README.md | hace 7 años | |
app.html | hace 5 años | |
nuxt.config.js | hace 5 años | |
package-lock.json | hace 6 años | |
package.json | hace 5 años | |
post.sh | hace 6 años | |
run.sh | hace 6 años | |
server.js | hace 6 años | |
yarn.lock | hace 6 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.