Hangar/frontend
dependabot[bot] 5cdae49a31 Bump tar from 6.1.0 to 6.1.5 in /frontend
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.5.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.5)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-04 09:43:42 +02:00
..
.husky Update dependency husky to v5 (#375) 2021-03-16 10:49:52 -07:00
assets add admonition js/css 2021-04-10 22:24:58 -07:00
components bunch of sonarlint fixes 2021-06-08 14:52:35 -07:00
layouts make stylelint happy 2021-06-06 11:04:26 +02:00
locales validate names, closes #220, closes #456 2021-06-30 18:58:51 +02:00
middleware delete 2 more TODOs on frontend 2021-05-16 20:30:18 -07:00
pages project filtering on home page 2021-06-06 22:25:56 -07:00
plugins hello my name is typescript and I am really dum 2021-05-22 21:46:13 +02:00
static temp icon & random things 2021-06-06 14:58:39 -07:00
store Bump prettier from 2.2.1 to 2.3.0 in /frontend (#453) 2021-05-17 16:52:45 -07:00
types work on action logging 2021-05-17 23:10:25 -07:00
utils Bump prettier from 2.2.1 to 2.3.0 in /frontend (#453) 2021-05-17 16:52:45 -07:00
.eslintrc.js Bump eslint-config-prettier from 7.2.0 to 8.3.0 in /frontend (#444) 2021-05-17 17:26:05 -07:00
.gitignore move frontend 2021-01-21 17:24:35 +01:00
.npmrc finished version approval page 2021-03-28 13:10:41 -07:00
.prettierrc spruced up the new project page 2021-02-04 22:51:51 -08:00
nuxt.config.ts actually import dutch language 2021-06-29 11:29:50 +02:00
package.json Removed fibers dependency to get node v16 working 2021-06-30 14:49:46 +02:00
README.md move frontend 2021-01-21 17:24:35 +01:00
tsconfig.json eslint stuff 2021-02-09 10:22:36 -08:00
yarn.lock Bump tar from 6.1.0 to 6.1.5 in /frontend 2021-08-04 09:43:42 +02: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.