Hangar/frontend
MiniDigger a14a5d72b4 add author and staff pages
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-01-30 19:37:54 +01:00
..
assets new project layout 2021-01-30 18:27:36 +01:00
components new project layout 2021-01-30 18:27:36 +01:00
layouts add project layout 2021-01-23 21:27:15 +01:00
locales new project layout 2021-01-30 18:27:36 +01:00
middleware project categories 2021-01-22 11:32:49 -08:00
pages add author and staff pages 2021-01-30 19:37:54 +01:00
plugins idk 2021-01-30 13:40:48 +01:00
static move frontend 2021-01-21 17:24:35 +01:00
store more work 2021-01-22 23:37:57 -08:00
types bunch of model/controller/db stuff 2021-01-27 22:37:39 -08:00
.eslintrc.js move frontend 2021-01-21 17:24:35 +01:00
.gitignore move frontend 2021-01-21 17:24:35 +01:00
.prettierrc move frontend 2021-01-21 17:24:35 +01:00
nuxt.config.ts new project layout 2021-01-30 18:27:36 +01:00
package.json new project layout 2021-01-30 18:27:36 +01:00
README.md move frontend 2021-01-21 17:24:35 +01:00
tsconfig.json i18n stuff 2021-01-22 13:06:44 -08:00
yarn.lock new project layout 2021-01-30 18:27:36 +01: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.