Hangar/frontend
2021-03-25 20:06:52 -07:00
..
.husky Update dependency husky to v5 (#375) 2021-03-16 10:49:52 -07:00
assets bit of fixes 2021-03-20 10:30:05 -07:00
components fix 2 issues 2021-03-22 20:07:53 -07:00
layouts add perm checks to lots of pages 2021-03-21 22:03:41 -07:00
locales fixed invalidUrl in license 2021-03-25 20:06:52 -07:00
middleware fix 2 issues 2021-03-22 20:07:53 -07:00
pages implement user admin page 2021-03-25 19:51:56 +01:00
plugins fixed invalidUrl in license 2021-03-25 20:06:52 -07:00
static
store organization creation 2021-03-21 01:53:22 -07:00
types flag stuff 2021-03-22 20:14:36 +01:00
utils
.eslintrc.js
.gitignore
.prettierrc
nuxt.config.ts
package.json Update dependency vuetify to v2.4.8 (#388) 2021-03-23 11:24:31 -07:00
README.md
tsconfig.json
yarn.lock Update dependency vuetify to v2.4.8 (#388) 2021-03-23 11:24:31 -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.