Hangar/frontend
2021-02-13 17:38:00 +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 bunch of unfinished stuff 2021-02-08 21:45:54 +01:00
locales flags and notes page 2021-02-13 17:12:59 +01:00
middleware fix login not working without a refresh when fake user is enabled 2021-02-13 12:15:14 +01:00
pages remove hideHeader stuff as it really doesnt work with ssr 2021-02-13 17:38:00 +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 bit more vue work 2021-02-08 10:26:46 -08:00
types flags and notes page 2021-02-13 17:12:59 +01:00
utils work on project page 2021-02-06 21:44:53 -08:00
.eslintrc.js delete page 2021-02-09 15:56:02 -08:00
.gitignore
.prettierrc spruced up the new project page 2021-02-04 22:51:51 -08:00
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.