|
11 months ago | |
---|---|---|
assets | 1 year ago | |
components | 11 months ago | |
layouts | 11 months ago | |
middleware | 1 year ago | |
pages | 11 months ago | |
plugins | 1 year ago | |
static | 11 months ago | |
store | 1 year ago | |
.editorconfig | 1 year ago | |
.eslintrc.js | 1 year ago | |
.gitignore | 1 year ago | |
.prettierrc | 1 year ago | |
README.md | 11 months ago | |
nuxt.config.js | 1 year ago | |
package.json | 1 year ago | |
yarn.lock | 1 year ago |
this is nuxt demo by ocean
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.