xielq 0b7ebf7dc9 init from phab | 3 years ago | |
---|---|---|
assets | 3 years ago | |
components | 3 years ago | |
layouts | 3 years ago | |
middleware | 3 years ago | |
pages | 3 years ago | |
plugins | 3 years ago | |
static | 3 years ago | |
store | 3 years ago | |
utils | 3 years ago | |
Dockerfile | 3 years ago | |
README.md | 3 years ago | |
app.html | 3 years ago | |
linux_musl-x64-57_binding.node | 3 years ago | |
nuxt.config.js | 3 years ago | |
package.json | 3 years ago | |
post.sh | 3 years ago | |
run.sh | 3 years ago | |
server.js | 3 years ago | |
yarn.lock | 3 years ago |
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.