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

fish119 49b4292fbe add a apk há 8 anos atrás
build 0da8823b7a add RefreshControl and InfiniteScroll há 8 anos atrás
config fc9224615b change tab val to store há 8 anos atrás
doc 49b4292fbe add a apk há 8 anos atrás
src 584e2aa4e2 fix bug há 8 anos atrás
.babelrc 0da8823b7a add RefreshControl and InfiniteScroll há 8 anos atrás
.editorconfig 0da8823b7a add RefreshControl and InfiniteScroll há 8 anos atrás
.gitignore 1f4186b866 remove test folder from git há 8 anos atrás
.postcssrc.js 0da8823b7a add RefreshControl and InfiniteScroll há 8 anos atrás
README.md 0da8823b7a add RefreshControl and InfiniteScroll há 8 anos atrás
index.html 788e800f7a add "cotent" model (unfinished) há 8 anos atrás
package.json 37e2608ee9 Complete the "message" module há 8 anos atrás

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.