1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
Go to file
2021-04-15 16:46:13 -04:00
assets Inital Nuxt Commit 2021-04-14 22:33:23 -04:00
components Add version component and changelog page using nuxt Content 2021-04-15 16:46:03 -04:00
content Add game data JSON 2021-04-15 16:46:13 -04:00
layouts Initial layout 2021-04-15 16:42:21 -04:00
middleware Inital Nuxt Commit 2021-04-14 22:33:23 -04:00
pages Add version component and changelog page using nuxt Content 2021-04-15 16:46:03 -04:00
plugins Inital Nuxt Commit 2021-04-14 22:33:23 -04:00
static Inital Nuxt Commit 2021-04-14 22:33:23 -04:00
store Inital Nuxt Commit 2021-04-14 22:33:23 -04:00
.editorconfig Inital Nuxt Commit 2021-04-14 22:33:23 -04:00
.eslintrc.js Inital Nuxt Commit 2021-04-14 22:33:23 -04:00
.gitignore Inital Nuxt Commit 2021-04-14 22:33:23 -04:00
jsconfig.json Inital Nuxt Commit 2021-04-14 22:33:23 -04:00
nuxt.config.js Add content moule 2021-04-15 16:41:56 -04:00
package.json Add content module and sass loader 2021-04-15 16:41:02 -04:00
README.md Inital Nuxt Commit 2021-04-14 22:33:23 -04:00
yarn.lock Add content module and sass loader 2021-04-15 16:41:02 -04:00

stardew_community_checklist

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.