0.1.1 • Published 9 years ago

weux v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

weux = weui + vue2

引用的资源

概述

  • 本项目使用 vue init egoist/vuepack weux 生成
  • 大量使用了 .vue 文件的 <style scoped> 来隔离样式
  • 大量使用 vue 的生命周期来操作css, 喜欢纯 css 的请酌情考虑
  • vue 文件命名稍长, 可以 import 的时候选自己喜欢的名字

本地尝试

  1. git clone git@github.com:hisland/weux.git 下载本项目
  2. cd vuex; npm install 或者使用 yarn: cd vuex; yarn
  3. npm run dev
  4. 打开浏览器访问 http://localhost:4010/

TODO