Hangar/frontend
dependabot[bot] 15eb70642d
Bump vuetify from 2.5.4 to 2.5.5 in /frontend (#522)
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.5.5/packages/vuetify)

---
updated-dependencies:
- dependency-name: vuetify
  dependency-type: direct:development
  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-28 19:00:28 -07:00
..
.husky
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 fix variables (#517) 2021-06-24 12:51:57 +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
.prettierrc
nuxt.config.ts fix CSP 2021-06-06 14:58:08 -07:00
package.json Bump vuetify from 2.5.4 to 2.5.5 in /frontend (#522) 2021-06-28 19:00:28 -07:00
README.md
tsconfig.json
yarn.lock Bump vuetify from 2.5.4 to 2.5.5 in /frontend (#522) 2021-06-28 19:00:28 -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.