1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
Go to file
2018-02-26 23:23:52 -05:00
build Base webpack template. 2018-02-26 20:38:51 -05:00
config Base webpack template. 2018-02-26 20:38:51 -05:00
src Add item card to welcome for testing. 2018-02-26 23:23:52 -05:00
static Base webpack template. 2018-02-26 20:38:51 -05:00
.babelrc Base webpack template. 2018-02-26 20:38:51 -05:00
.editorconfig Base webpack template. 2018-02-26 20:38:51 -05:00
.eslintignore Base webpack template. 2018-02-26 20:38:51 -05:00
.eslintrc.js Base webpack template. 2018-02-26 20:38:51 -05:00
.gitignore Base webpack template. 2018-02-26 20:38:51 -05:00
.postcssrc.js Base webpack template. 2018-02-26 20:38:51 -05:00
bundles.json Updating data for 1.1 2018-02-10 15:07:22 -05:00
changelog.json Updated the changelog. 2016-04-15 21:36:15 -04:00
favicon.ico Added new favicon 2016-04-12 10:33:28 -04:00
favicon.png Added favicon 2016-04-12 10:09:33 -04:00
index.html Base webpack template. 2018-02-26 20:38:51 -05:00
LICENSE Initial commit 2016-03-13 15:35:43 -04:00
package.json Add mdi-vue for material design icons. 2018-02-26 23:22:43 -05:00
README.md Base webpack template. 2018-02-26 20:38:51 -05:00
yarn.lock Add mdi-vue for material design icons. 2018-02-26 23:22:43 -05:00

Stardew Community Checklist

A Checklist for the Community Center Bundles in Stardew Valley

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.