Hangar/frontend
MiniDigger b4aff65770 more progress on cockroach
Signed-off-by: MiniDigger <admin@benndorf.dev>
2021-11-26 07:56:34 +01:00
..
.husky Update dependency husky to v5 (#375) 2021-03-16 10:49:52 -07:00
assets initial design work for the project docs pages 2021-08-17 11:06:31 +02:00
components docker and misc fixes 2021-11-12 21:52:43 -08:00
layouts initial design work for the project docs pages 2021-08-17 11:06:31 +02:00
locales improve valid project name search 2021-09-22 00:42:21 -07:00
middleware try to integrate new auth 2021-10-16 12:09:44 +02:00
pages more progress on cockroach 2021-11-26 07:56:34 +01:00
plugins docker and misc fixes 2021-11-12 21:52:43 -08: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 move frontend 2021-01-21 17:24:35 +01:00
.npmrc finished version approval page 2021-03-28 13:10:41 -07:00
.prettierrc improve valid project name search 2021-09-22 00:42:21 -07:00
nuxt.config.ts disable workbox 2021-11-01 11:53:18 +01:00
package.json try to integrate new auth 2021-10-16 12:09:44 +02:00
README.md move frontend 2021-01-21 17:24:35 +01:00
tsconfig.json eslint stuff 2021-02-09 10:22:36 -08:00
yarn.lock try to integrate new auth 2021-10-16 12:09:44 +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.