Hangar/frontend
dependabot[bot] 63b0d02a3b
Bump vue and vue-template-compiler in /frontend (#494)
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.12 to 2.6.14
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14)

Updates `vue-template-compiler` from 2.6.12 to 2.6.14
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 14:01:21 -07: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 project filtering on home page 2021-06-06 22:25:56 -07:00
layouts make stylelint happy 2021-06-06 11:04:26 +02:00
locales fix some lint errors in ZH translation and make it display 2021-06-06 11:29:14 +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
.npmrc finished version approval page 2021-03-28 13:10:41 -07:00
.prettierrc
nuxt.config.ts fix CSP 2021-06-06 14:58:08 -07:00
package.json Bump vue and vue-template-compiler in /frontend (#494) 2021-06-07 14:01:21 -07:00
README.md
tsconfig.json
yarn.lock Bump vue and vue-template-compiler in /frontend (#494) 2021-06-07 14:01:21 -07: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.