Hangar/frontend
2021-02-07 22:32:28 +01:00
..
assets totally forgot about the pwa module... 2021-02-06 00:29:16 -08:00
components work on project page 2021-02-06 21:44:53 -08:00
layouts project creation finished 2021-02-05 23:45:13 -08:00
locales work on project page 2021-02-06 21:44:53 -08:00
middleware perm decorators 2021-02-04 16:22:22 -08:00
pages work on project page 2021-02-06 21:44:53 -08:00
plugins work on project page 2021-02-06 21:44:53 -08:00
static Delete .gitkeep 2021-02-06 10:34:55 +01:00
store internal project model 2021-02-06 19:22:37 -08:00
types work on project page 2021-02-06 21:44:53 -08:00
utils work on project page 2021-02-06 21:44:53 -08:00
.eslintrc.js
.gitignore
.prettierrc spruced up the new project page 2021-02-04 22:51:51 -08:00
nuxt.config.ts deploy to paper ghcr, fix frontend exe, fix frontend proxy 2021-02-07 22:32:28 +01:00
package.json
README.md
tsconfig.json
yarn.lock

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.