All Projects → jsjzh → Vue Tiny Code

jsjzh / Vue Tiny Code

这里有一个仿 Chrome 调色盘,有一个拖动排版的页面,还有一些新奇的小点子。

Projects that are alternatives of or similar to Vue Tiny Code

jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (-77.06%)
Mutual labels:  vue-router, vue-component
Blog.admin
✨ 基于vue 的管理后台,配合Blog.Core与Blog.Vue等多个项目使用
Stars: ✭ 500 (+194.12%)
Mutual labels:  echarts, vue-router
vue-simple-upload-component
A simple upload component for Vue.js 2.x
Stars: ✭ 14 (-91.76%)
Mutual labels:  drag, vue-component
Vue Admin Design
基于vue + elementUI的管理系统模板
Stars: ✭ 279 (+64.12%)
Mutual labels:  echarts, vue-router
Vue Admin
基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 1,135 (+567.65%)
Mutual labels:  echarts, vue-router
vue-music
基于Laravel5.3+Vue2.0的网易云音乐的SPA应用
Stars: ✭ 85 (-50%)
Mutual labels:  vue-router, vue-component
Vue Project
基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)
Stars: ✭ 301 (+77.06%)
Mutual labels:  echarts, vue-router
vue-admin-work
🎉🎉🚀🚀🚀🚀vue-admin-work是一个中后台系统管理方案。使用 vue2.x 及周边全家桶工具开发而来。支持多种功能,不同角色权限🚀🚀🚀🎉🎉
Stars: ✭ 74 (-56.47%)
Mutual labels:  vue-router, echarts
Better Onetab
📑 A better OneTab for Chrome 📝 Temporarily removed from firefox ⚠️ without maintaining in a period & any cooperative purpose are welcome
Stars: ✭ 1,097 (+545.29%)
Mutual labels:  drag, chrome
Vue Data Board
A Data Analysis Board in Vue.
Stars: ✭ 1,046 (+515.29%)
Mutual labels:  drag, echarts
Vue Echarts V3
Vue.js(v2.x+) component wrap for ECharts.js(v3.x+)
Stars: ✭ 884 (+420%)
Mutual labels:  vue-component, echarts
Vue Expenses
A simple expense tracking application
Stars: ✭ 117 (-31.18%)
Mutual labels:  echarts, vue-router
Funds
自选基金助手是一款Chrome扩展,用来快速获取关注基金的实时数据,查看自选基金的实时估值情况
Stars: ✭ 1,367 (+704.12%)
Mutual labels:  echarts, chrome
Datavisualization
😈 by vue2.x with echarts3.3.2
Stars: ✭ 1,641 (+865.29%)
Mutual labels:  echarts, vue-router
Phpdesktop
Develop desktop GUI applications using PHP, HTML5, JavaScript and SQLite
Stars: ✭ 2,101 (+1135.88%)
Mutual labels:  chrome
Imall
基于Laravel5.2,Vue.js1.0的微信商城,用于熟悉 Laravel、Vuejs、Webpack、Gulp 的结合使用,已不维护及更新。(1MB单核基础服务器,浏览请耐心等待图片加载...)
Stars: ✭ 168 (-1.18%)
Mutual labels:  vue-router
Anna
Virtual Assistant on Google Chrome 🐘
Stars: ✭ 165 (-2.94%)
Mutual labels:  chrome
Circle
让网页赏心悦目、让阅读回归初心。Circle 阅读模式提供更隐私、更轻松、更舒适的网页阅读体验
Stars: ✭ 158 (-7.06%)
Mutual labels:  chrome
Lightproxy
💎 Cross platform Web debugging proxy
Stars: ✭ 2,347 (+1280.59%)
Mutual labels:  chrome
Nim
Streamline Your Node.js Debugging Workflow with Chromium (Chrome, Edge, More) DevTools.
Stars: ✭ 168 (-1.18%)
Mutual labels:  chrome

vue-tiny-code

这里会有不少基于 Vue 这个棒棒的框架写的小玩意儿。

现有项目:拖拽自定义报表仿 chrome 调色板

具体可以查看 src/router/index.js 目录,当然,以后会做一个首页导航的啦。

项目目录结构取自于 vue-element-admin 项目。

当然,不仅仅是自己的项目,也有很多日常看其他开源项目源码时候看到的有意思的代码,具体可以查阅 src\directivesrc\utils 这两个目录,相信我,里面有不少好东西。

各项目文档说明

拖拽自定义报表 --- 文档跳转

http://localhost:8080/dragReport

仿 chrome 调色板 --- 文档跳转

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].