Hangar/frontend
2021-01-21 18:19:00 +01:00
..
assets move frontend 2021-01-21 17:24:35 +01:00
components move frontend 2021-01-21 17:24:35 +01:00
layouts move frontend 2021-01-21 17:24:35 +01:00
middleware move frontend 2021-01-21 17:24:35 +01:00
pages add pages 2021-01-21 18:19:00 +01:00
plugins move frontend 2021-01-21 17:24:35 +01:00
static move frontend 2021-01-21 17:24:35 +01:00
store move frontend 2021-01-21 17:24:35 +01:00
types move frontend 2021-01-21 17:24:35 +01:00
.env.example move frontend 2021-01-21 17:24:35 +01:00
.eslintrc.js move frontend 2021-01-21 17:24:35 +01:00
.gitignore move frontend 2021-01-21 17:24:35 +01:00
.prettierrc move frontend 2021-01-21 17:24:35 +01:00
nuxt.config.js add pages 2021-01-21 18:19:00 +01:00
package.json move frontend 2021-01-21 17:24:35 +01:00
README.md move frontend 2021-01-21 17:24:35 +01:00
tsconfig.json move frontend 2021-01-21 17:24:35 +01:00
yarn.lock move frontend 2021-01-21 17:24:35 +01:00

hangar-client

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.