Hangar/frontend
2021-04-22 23:21:48 +02:00
..
.husky
assets add admonition js/css 2021-04-10 22:24:58 -07:00
components fix images on staging 2021-04-17 10:57:58 +02:00
layouts
locales finish bbcode converter & revert settings hash nav changes 2021-04-10 18:05:34 -07:00
middleware fix auth for fake user stuff 2021-04-10 16:20:08 +02:00
pages add a bbcode page, so that it can be used outside of project creation 2021-04-17 10:42:34 +02:00
plugins api key duplicate name checks 2021-04-09 18:24:06 -07:00
static
store bit of work on prompts and organization avatars 2021-04-05 01:20:15 -07:00
types recommended version download button 2021-04-09 20:28:37 +02: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 core-js from 3.10.1 to 3.11.0 in /frontend 2021-04-22 23:21:48 +02:00
README.md
tsconfig.json
yarn.lock Bump core-js from 3.10.1 to 3.11.0 in /frontend 2021-04-22 23:21:48 +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.