Hangar/frontend
2021-01-21 19:11:24 -08:00
..
assets move frontend 2021-01-21 17:24:35 +01:00
components yay, working login 2021-01-21 19:11:24 -08:00
layouts work a bit on the home layout, refactor header 2021-01-21 23:24:50 +01:00
middleware yay, working login 2021-01-21 19:11:24 -08:00
pages yay, working login 2021-01-21 19:11:24 -08:00
plugins yay, working login 2021-01-21 19:11:24 -08:00
static move frontend 2021-01-21 17:24:35 +01:00
store dotenv & head test 2021-01-21 12:32:08 -08:00
types work a bit on the home layout, refactor header 2021-01-21 23:24:50 +01: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.js yay, working login 2021-01-21 19:11:24 -08:00
package.json dotenv & head test 2021-01-21 12:32:08 -08:00
README.md move frontend 2021-01-21 17:24:35 +01:00
tsconfig.json move frontend 2021-01-21 17:24:35 +01:00
yarn.lock dotenv & head test 2021-01-21 12:32:08 -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.