audioxide / website

The Audioxide website, made with Vue
https://audioxide.com
GNU Affero General Public License v3.0
0 stars 0 forks source link

audioxide-nuxt

Audioxide site implemented with Nuxt.js

Development

# install dependencies
$ yarn install

# on first install, copy the example .env file and cache the API routes
$ yarn setup-env
$ yarn setup

# serve with hot reload at localhost:3000
$ yarn dev

Build Setup

# install dependencies
$ yarn install

# 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.