Hangar/frontend
dependabot[bot] 257d6831c7 Bump @nuxt/types from 2.15.4 to 2.15.6 in /frontend
Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.15.4 to 2.15.6.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.15.4...v2.15.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17 09:44:28 +02: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
locales implement downloading 2021-05-16 21:49:04 +02:00
middleware delete 2 more TODOs on frontend 2021-05-16 20:30:18 -07:00
pages bunch of small fixes 2021-05-16 17:29:02 -07:00
plugins api key duplicate name checks 2021-04-09 18:24:06 -07:00
static/images/sponsors progress on discourse integration 2021-05-08 12:59:36 +02:00
store
types delete 2 more TODOs on frontend 2021-05-16 20:30:18 -07:00
utils api key creation/deletion 2021-04-06 01:41:02 -07:00
.eslintrc.js
.gitignore
.npmrc
.prettierrc
nuxt.config.ts fix forum frame being blocked 2021-04-13 20:05:20 +02:00
package.json Bump @nuxt/types from 2.15.4 to 2.15.6 in /frontend 2021-05-17 09:44:28 +02:00
README.md
tsconfig.json
yarn.lock Bump @nuxt/types from 2.15.4 to 2.15.6 in /frontend 2021-05-17 09:44:28 +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.