eaf05ad190
Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.14.12 to 2.15.8. - [Release notes](https://github.com/nuxt/nuxt.js/releases) - [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md) - [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.12...v2.15.8) --- updated-dependencies: - dependency-name: nuxt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
api | ||
layouts | ||
pages | ||
static | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
README.md | ||
jsconfig.json | ||
nuxt.config.js | ||
package.json | ||
yarn.lock |
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.