Hangar/frontend
2021-03-15 18:58:43 +01:00
..
assets userlist, announcement and other misc stuff 2021-03-13 17:40:57 +01:00
components tiny issues 2021-03-15 10:23:32 -07:00
layouts tiny issues 2021-03-15 10:23:32 -07:00
locales platform versions page layout 2021-03-15 18:28:14 +01:00
middleware all the review stuff (except 1) 2021-03-13 02:10:56 -08:00
pages platform versions page layout 2021-03-15 18:28:14 +01:00
plugins fix vuetify breaking staging 2021-03-15 18:58:43 +01:00
static
store
types finish user profile page, load stars and watching from server 2021-03-14 19:32:45 +01:00
utils all the review stuff (except 1) 2021-03-13 02:10:56 -08:00
.eslintrc.js
.gitignore
.prettierrc
nuxt.config.ts
package.json
README.md
tsconfig.json
yarn.lock Bump elliptic from 6.5.3 to 6.5.4 in /frontend 2021-03-14 11:35:54 +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.