Hangar/frontend
2021-02-13 18:35:45 +01:00
..
assets recommended version stuff 2021-02-11 19:33:01 -08:00
components Implement sponsor card 2021-02-13 12:34:36 +01:00
layouts
locales watchers and stargazers pages 2021-02-13 17:58:09 +01:00
middleware fix login not working without a refresh when fake user is enabled 2021-02-13 12:15:14 +01:00
pages make project sidebar a bit more dense 2021-02-13 18:35:45 +01:00
plugins flags and notes page 2021-02-13 17:12:59 +01:00
static Implement sponsor card 2021-02-13 12:34:36 +01:00
store
types flags and notes page 2021-02-13 17:12:59 +01:00
utils
.eslintrc.js delete page 2021-02-09 15:56:02 -08:00
.gitignore
.prettierrc
nuxt.config.ts project name validation 2021-02-11 21:45:03 -08:00
package.json good chunk of version creation 2021-02-10 22:17:29 -08:00
README.md
tsconfig.json eslint stuff 2021-02-09 10:22:36 -08:00
yarn.lock good chunk of version creation 2021-02-10 22:17:29 -08: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.