Hangar/frontend
2021-01-22 17:44:41 -08:00
..
assets move frontend 2021-01-21 17:24:35 +01:00
components more i18n stuff 2021-01-22 17:44:41 -08:00
layouts work a bit on the home layout, refactor header 2021-01-21 23:24:50 +01:00
locales more i18n stuff 2021-01-22 17:44:41 -08:00
middleware project categories 2021-01-22 11:32:49 -08:00
pages more i18n stuff 2021-01-22 17:44:41 -08:00
plugins remove font-awesome 2021-01-22 11:50:57 -08:00
static move frontend 2021-01-21 17:24:35 +01:00
store more i18n stuff 2021-01-22 17:44:41 -08:00
types project categories 2021-01-22 11:32:49 -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 fix my stupidity 2021-01-22 15:40:13 -08:00
package.json fix my stupidity 2021-01-22 15:40:13 -08: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 fix my stupidity 2021-01-22 15:40:13 -08: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.