vue-weibo

用Vue.js及相关插件仿制的新浪微博移动版(m.weibo.cn)

Stars
68

vue-weibo

Vue.js(m.weibo.cn)SPA

vue-cli``[email protected],[email protected],[email protected],[email protected]

IssuePRStar🌟

Demo

vue-weibodemo

iOS(swipe-out)Tab404...

git clone https://github.com/JuniorTour/vue-weibo.git

cd vue-weibo

npm install       // cnpm NPM

npm run dev       //http://localhost:8080/

npm run prod      //

To-do List:

  1. local storage/service worker
  2. IOS -2017/7/8
  3. 404 -2017/7/6
  4. ripple effect -2017/7/8~
  5. -2018/6/1
  6. tab~~~~
  7. prod-server -2017/12/16

.
 build/              # webpack config files
    ...
 config/
    index.js        # main project config
    ...
 notes/
    ...             # 
 src/
    assets/         # module  (webpack)
       ...
    components/     # 
       ...
    data/           # 
       ...
    pages/          # 
       ...
    main.js         # app 
    App.vue         # app
 static/             # 
 test/
    unit/                  # unit tests
       specs/              # test spec files
       index.js            # test build entry file
       karma.conf.js       # test runner config file
 .babelrc                    # babel config
 .postcssrc.js               # postcss config
 .eslintrc.js                # eslint config
 .editorconfig               # editor config
 index.html                  # index.html template
 package.json                # build scripts and dependencies