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-05-16 23:20:14 -04: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 Updated to propogate child events. 2018-05-16 23:20:14 -04:00
static Add favicon 2018-03-03 18:33:43 -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
index.html Add favicon 2018-03-03 18:33:43 -05:00
LICENSE Initial commit 2016-03-13 15:35:43 -04:00
package.json Add vuex. 2018-03-03 17:30:30 -05:00
README.md Base webpack template. 2018-02-26 20:38:51 -05:00
yarn.lock Add vuex. 2018-03-03 17:30:30 -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.