No description
Find a file
2020-10-15 12:35:03 +00:00
assets Images are now local instead of depending on its original websites 2020-10-11 22:45:40 -04:00
components Inital commit 2020-10-01 20:08:31 -04:00
layouts Images are now local instead of depending on its original websites 2020-10-11 22:45:40 -04:00
middleware Inital commit 2020-10-01 20:08:31 -04:00
pages Added license 2020-10-15 12:35:03 +00:00
plugins Removed page in favor of titles; Added more context 2020-10-11 18:27:41 -04:00
static Replaced Graph with Charts 2020-10-12 19:37:08 -04:00
store Inital commit 2020-10-01 20:08:31 -04:00
.editorconfig Inital commit 2020-10-01 20:08:31 -04:00
.eslintrc.js Inital commit 2020-10-01 20:08:31 -04:00
.gitattribute Added stuff 2020-10-01 20:19:32 -04:00
.gitignore Inital commit 2020-10-01 20:08:31 -04:00
.gitpod.yml Added stuff 2020-10-07 16:13:58 +00:00
.prettierrc Inital commit 2020-10-01 20:08:31 -04:00
jsconfig.json Inital commit 2020-10-01 20:08:31 -04:00
LICENSE.txt Major changes 2020-10-11 16:53:57 -04:00
nuxt.config.js Removed page in favor of titles; Added more context 2020-10-11 18:27:41 -04:00
package.json Added more pages and fixes 2020-10-07 16:09:53 +00:00
README.md Fully automate dev setup with Gitpod 2020-10-07 16:10:32 +00:00
yarn.lock Added more pages and fixes 2020-10-07 16:09:53 +00:00

Gitpod ready-to-code

chine-project

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.