Hangar/frontend
2021-02-04 09:49:02 -08:00
..
assets new project layout 2021-01-30 18:27:36 +01:00
components finished user auth 2021-02-04 18:45:20 +01:00
layouts finished user auth 2021-02-04 18:45:20 +01:00
locales finished user auth 2021-02-04 18:45:20 +01:00
middleware finished user auth 2021-02-04 18:45:20 +01:00
pages finished user auth 2021-02-04 18:45:20 +01:00
plugins better refresh token expiry/naming 2021-02-04 09:49:02 -08:00
static move frontend 2021-01-21 17:24:35 +01:00
store jwt authorization 2021-02-04 18:45:20 +01:00
types finished user auth 2021-02-04 18:45:20 +01:00
.eslintrc.js add org creation page 2021-02-04 18:45:20 +01:00
.gitignore move frontend 2021-01-21 17:24:35 +01:00
.prettierrc move frontend 2021-01-21 17:24:35 +01:00
nuxt.config.ts finished user auth 2021-02-04 18:45:20 +01:00
package.json finished user auth 2021-02-04 18:45:20 +01:00
README.md move frontend 2021-01-21 17:24:35 +01:00
tsconfig.json finished user auth 2021-02-04 18:45:20 +01:00
yarn.lock finished user auth 2021-02-04 18:45:20 +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.