Hangar/frontend
dependabot[bot] a40eb054c4
Bump eslint-plugin-vue from 7.9.0 to 7.10.0 in /frontend (#480)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.9.0...v7.10.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31 18:01:00 -07:00
..
.husky
assets add admonition js/css 2021-04-10 22:24:58 -07:00
components clean up more TODOs 2021-05-16 20:24:25 -07:00
layouts i18n for error pages 2021-04-02 14:54:38 +02:00
locales Bump prettier from 2.2.1 to 2.3.0 in /frontend (#453) 2021-05-17 16:52:45 -07:00
middleware delete 2 more TODOs on frontend 2021-05-16 20:30:18 -07:00
pages add a bit of structured data 2021-05-22 21:35:29 +02:00
plugins hello my name is typescript and I am really dum 2021-05-22 21:46:13 +02:00
static/images/sponsors progress on discourse integration 2021-05-08 12:59:36 +02: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 lets try out modern mode 2021-05-22 22:21:04 +02:00
package.json Bump eslint-plugin-vue from 7.9.0 to 7.10.0 in /frontend (#480) 2021-05-31 18:01:00 -07:00
README.md
tsconfig.json
yarn.lock Bump eslint-plugin-vue from 7.9.0 to 7.10.0 in /frontend (#480) 2021-05-31 18:01:00 -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.