Fork from https://git.coding.net/fish119/vueco.git

fish119 1f4186b866 remove test folder from git 8 years ago
.idea 1f4186b866 remove test folder from git 8 years ago
build 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago
config 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago
doc 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago
src 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago
static 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago
.babelrc 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago
.editorconfig 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago
.gitignore 1f4186b866 remove test folder from git 8 years ago
.postcssrc.js 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago
README.md 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago
index.html 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago
package.json 0da8823b7a add RefreshControl and InfiniteScroll 8 years ago

README.md

vuecommunity

vue community demo with vue + muse-ui

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

# run e2e tests
npm run e2e

# run all tests
npm test

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