Hangar/frontend
Jake Potrebic 027b5b0bb2
delete a WHOLE BUNCH OF STUFF
note: this is all stuff that has been fully implemented on the frontend
2021-03-27 17:58:51 -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 staff & author sorting 2021-03-27 15:41:20 -07:00
layouts add perm checks to lots of pages 2021-03-21 22:03:41 -07:00
locales layout for admin version approval page 2021-03-26 20:21:58 +01:00
middleware fix 2 issues 2021-03-22 20:07:53 -07:00
pages delete a WHOLE BUNCH OF STUFF 2021-03-27 17:58:51 -07:00
plugins staff & author sorting 2021-03-27 15:41:20 -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 all the review stuff (except 1) 2021-03-13 02:10:56 -08:00
.eslintrc.js
.gitignore
.prettierrc
nuxt.config.ts staff & author sorting 2021-03-27 15:41:20 -07:00
package.json Update dependency eslint to v7.23.0 2021-03-27 12:01:19 +01:00
README.md
tsconfig.json
yarn.lock Update dependency eslint to v7.23.0 2021-03-27 12:01:19 +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.