Hangar/frontend
2021-04-09 18:40:21 -07:00
..
.husky
assets sitemap stuff 2021-04-03 16:53:58 -07:00
components page name duplicate check 2021-04-09 18:40:21 -07:00
layouts i18n for error pages 2021-04-02 14:54:38 +02:00
locales whole bunch of random stuff 2021-04-09 17:19:16 -07:00
middleware couple fixes 2021-04-07 21:58:49 -07:00
pages page name duplicate check 2021-04-09 18:40:21 -07: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 finished version approval page 2021-03-28 13:10:41 -07:00
.prettierrc
nuxt.config.ts couple fixes 2021-04-07 21:58:49 -07:00
package.json Update dependency core-js to v3.10.1 (#414) 2021-04-07 14:42:30 -07:00
README.md
tsconfig.json
yarn.lock Update dependency core-js to v3.10.1 (#414) 2021-04-07 14:42:30 -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.