You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pan
8619804a87
|
4 years ago | |
---|---|---|
assets | 4 years ago | |
components | 4 years ago | |
content | 4 years ago | |
layouts | 4 years ago | |
middleware | 4 years ago | |
pages | 4 years ago | |
plugins | 4 years ago | |
static | 4 years ago | |
store | 4 years ago | |
.editorconfig | 4 years ago | |
.eslintrc.js | 4 years ago | |
.gitignore | 4 years ago | |
.prettierrc | 4 years ago | |
README.md | 4 years ago | |
app.html | 4 years ago | |
nuxt.config.js | 4 years ago | |
package.json | 4 years ago | |
stylelint.config.js | 4 years ago | |
tsconfig.json | 4 years ago | |
yarn.lock | 4 years ago |
README.md
cloud_note
Build Setup
# 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.