这里会有不少基于 Vue
这个棒棒的框架写的小玩意儿。
现有项目:拖拽自定义报表、仿 chrome
调色板。
具体可以查看 src/router/index.js
目录,当然,以后会做一个首页导航的啦。
项目目录结构取自于 vue-element-admin 项目。
当然,不仅仅是自己的项目,也有很多日常看其他开源项目源码时候看到的有意思的代码,具体可以查阅 src\directive
、src\utils
这两个目录,相信我,里面有不少好东西。
http://localhost:8080/dragReport
http://localhost:8080/palette
git clone https://github.com/jsjzh/vue-tiny-code.git
yarn
or
npm install
yarn start
or
npm start
yarn run build
or
npm run build
npm install
的速度在不可抗力下会比较慢(该项目中,应该是 node-sass
比较慢),即使有 npm.taobao.org
也不能拯救我们,这个时候,我就推荐一个国内镜像的地址。
npm install -g mirror-config-china --registry=http://registry.npm.taobao.org