Hangar/frontend
2021-03-28 23:01:54 +02:00
..
.husky Update dependency husky to v5 (#375) 2021-03-16 10:49:52 -07:00
assets format roles and link to users on staff/author page 2021-03-28 22:40:13 +02:00
components make footer a bit nicer too look at 2021-03-28 23:01:54 +02:00
layouts add perm checks to lots of pages 2021-03-21 22:03:41 -07:00
locales finished version approval page 2021-03-28 13:10:41 -07:00
middleware fix 2 issues 2021-03-22 20:07:53 -07:00
pages format roles and link to users on staff/author page 2021-03-28 22:40:13 +02:00
plugins staff & author sorting 2021-03-27 15:41:20 -07:00
static Implement sponsor card 2021-02-13 12:34:36 +01:00
store organization creation 2021-03-21 01:53:22 -07:00
types finished version approval page 2021-03-28 13:10:41 -07:00
utils all the review stuff (except 1) 2021-03-13 02:10:56 -08:00
.eslintrc.js delete page 2021-02-09 15:56:02 -08:00
.gitignore move frontend 2021-01-21 17:24:35 +01:00
.npmrc finished version approval page 2021-03-28 13:10:41 -07:00
.prettierrc spruced up the new project page 2021-02-04 22:51:51 -08:00
nuxt.config.ts finished version approval page 2021-03-28 13:10:41 -07:00
package.json Pin dependencies 2021-03-28 20:53:17 +02:00
README.md move frontend 2021-01-21 17:24:35 +01:00
tsconfig.json eslint stuff 2021-02-09 10:22:36 -08:00
yarn.lock Pin dependencies 2021-03-28 20:53:17 +02: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.