Hangar/frontend
MiniDigger 733c151f5f try to integrate new auth
Signed-off-by: MiniDigger <admin@benndorf.dev>
2021-10-16 12:09:44 +02:00
..
.husky
assets initial design work for the project docs pages 2021-08-17 11:06:31 +02:00
components try to integrate new auth 2021-10-16 12:09:44 +02: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 try to integrate new auth 2021-10-16 12:09:44 +02:00
plugins try to integrate new auth 2021-10-16 12:09:44 +02:00
static temp icon & random things 2021-06-06 14:58:39 -07:00
store
types
utils
.eslintrc.js
.gitignore
.npmrc
.prettierrc improve valid project name search 2021-09-22 00:42:21 -07:00
nuxt.config.ts try to integrate new auth 2021-10-16 12:09:44 +02:00
package.json try to integrate new auth 2021-10-16 12:09:44 +02:00
README.md
tsconfig.json
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.