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