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.
|
2 years ago | |
---|---|---|
.github | 2 years ago | |
api | 2 years ago | |
layouts | 2 years ago | |
pages | 2 years ago | |
static | 2 years ago | |
.editorconfig | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
jsconfig.json | 2 years ago | |
nuxt.config.js | 2 years ago | |
package.json | 2 years ago | |
yarn.lock | 2 years ago |
README.md
IPAServer
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.