IPA Server
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.
 
 
Kevin López 6f6917d59f Added speech capabilities 2 years ago
.github Initial commit 2 years ago
api Added speech capabilities 2 years ago
layouts Initial commit 2 years ago
pages Added speech capabilities 2 years ago
static Initial commit 2 years ago
.editorconfig Initial commit 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
jsconfig.json Initial commit 2 years ago
nuxt.config.js Added speech capabilities 2 years ago
package.json Added speech capabilities 2 years ago
yarn.lock Added speech capabilities 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.