IPA Server
 
 
Go to file
dependabot[bot] be24177e0c
fix(deps): bump @nuxtjs/axios from 5.12.5 to 5.13.6
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.12.5 to 5.13.6.
- [Release notes](https://github.com/nuxt-community/axios-module/releases)
- [Changelog](https://github.com/nuxt-community/axios-module/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/axios-module/compare/v5.12.5...v5.13.6)

---
updated-dependencies:
- dependency-name: "@nuxtjs/axios"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 00:27:37 +00:00
.github Initial commit 2021-01-13 00:18:19 -03:00
api Added speech capabilities 2021-01-13 06:45:48 -03:00
layouts Initial commit 2021-01-13 00:18:19 -03:00
pages Added speech capabilities 2021-01-13 06:45:48 -03:00
static Initial commit 2021-01-13 00:18:19 -03:00
.editorconfig Initial commit 2021-01-13 00:18:19 -03:00
.gitignore Initial commit 2021-01-13 00:18:19 -03:00
LICENSE Initial commit 2021-01-13 00:18:19 -03:00
README.md Initial commit 2021-01-13 00:18:19 -03:00
jsconfig.json Initial commit 2021-01-13 00:18:19 -03:00
nuxt.config.js Added speech capabilities 2021-01-13 06:45:48 -03:00
package.json fix(deps): bump @nuxtjs/axios from 5.12.5 to 5.13.6 2021-06-03 00:27:37 +00:00
yarn.lock fix(deps): bump @nuxtjs/axios from 5.12.5 to 5.13.6 2021-06-03 00:27:37 +00:00

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.