Hangar/frontend
2021-03-19 17:00:38 -07:00
..
.husky Update dependency husky to v5 (#375) 2021-03-16 10:49:52 -07:00
assets made markdown css global 2021-03-19 16:28:54 -07:00
components add almost all validations from backend config 2021-03-19 17:00:38 -07:00
layouts tiny issues 2021-03-15 10:23:32 -07:00
locales add almost all validations from backend config 2021-03-19 17:00:38 -07:00
middleware all the review stuff (except 1) 2021-03-13 02:10:56 -08:00
pages add almost all validations from backend config 2021-03-19 17:00:38 -07:00
plugins add almost all validations from backend config 2021-03-19 17:00:38 -07:00
static
store started some validation stuff 2021-03-18 17:44:19 -07:00
types started some validation stuff 2021-03-18 17:44:19 -07:00
utils all the review stuff (except 1) 2021-03-13 02:10:56 -08:00
.eslintrc.js
.gitignore
.prettierrc
nuxt.config.ts fix env handling 2021-03-16 18:44:12 +01:00
package.json Update dependency swagger-ui to v3.45.1 (#381) 2021-03-19 10:49:43 -07:00
README.md
tsconfig.json
yarn.lock Update dependency swagger-ui to v3.45.1 (#381) 2021-03-19 10:49:43 -07: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.