All Projects → vue-love → Vue2 Web

vue-love / Vue2 Web

Licence: mit
酷我音乐—vue2、vue-router2、webpack2框架

Projects that are alternatives of or similar to Vue2 Web

Webpack
🔥 A full-featured , A Weex and Vue.js project,which is an awesome solution for building Dingtalk microapp with extremely high performanece.
Stars: ✭ 81 (+50%)
Mutual labels:  webpack2, babel, vue2
NEUQ-OJ
基于 React 开发的 Online Judge 系统
Stars: ✭ 19 (-64.81%)
Mutual labels:  less, babel, webpack2
Vue Admin Element
(Vue2 演示项目)物业后台管理系统 - ElementUI ( 基本结构已完成, 剩下的就是具体业务开发; 如有疑问请留言 )
Stars: ✭ 73 (+35.19%)
Mutual labels:  webpack2, vue2, vue-router2
Magicmusic
🎵帅气的手机端音乐播放器(vue vue-router vuex flex ...)
Stars: ✭ 350 (+548.15%)
Mutual labels:  webpack2, vue2, vue-router2
Easy Vue
Learn vueJS Easily 👻
Stars: ✭ 896 (+1559.26%)
Mutual labels:  webpack2, vue2, vue-router2
M Eleme
饿了么移动端单页应用
Stars: ✭ 99 (+83.33%)
Mutual labels:  webpack2, vue2, vue-router2
Vue2 Vue Router2 Webpack2
《从零搭建 vue2 vue-router2 webpack4 工程》《从零搭建 vue2 vue-router2 webpack3 工程》《搭建 vue2 vue-router2 webpack3 多入口工程》
Stars: ✭ 90 (+66.67%)
Mutual labels:  webpack2, vue2, vue-router2
vue2-element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 115 (+112.96%)
Mutual labels:  less, webpack2, vue2
Reactly Starter Kit
Deployable React + Webpack 2 starter kit
Stars: ✭ 122 (+125.93%)
Mutual labels:  webpack2, babel, hot-reload
Vue2 Element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 112 (+107.41%)
Mutual labels:  webpack2, vue2, less
Login
Vue + Vue-router + Vuex 实现前端页面及逻辑,Express 实现注册登录登出的RestFul API 。
Stars: ✭ 246 (+355.56%)
Mutual labels:  webpack2, vue2, vue-router2
Vue Express Webpack Gulp
使用Vue,Express,Webpack,gulp搭建的自动化电影库项目
Stars: ✭ 42 (-22.22%)
Mutual labels:  webpack2, vue2, vue-router2
Vue Fullstack
vue fullstack template
Stars: ✭ 297 (+450%)
Mutual labels:  vue2, vue-router2
Dukpy
Simple JavaScript interpreter for Python
Stars: ✭ 296 (+448.15%)
Mutual labels:  babel, less
Seek Style Guide
Living style guide for SEEK, powered by React, webpack, CSS Modules and Less.
Stars: ✭ 302 (+459.26%)
Mutual labels:  babel, less
Hare
🐇 Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js
Stars: ✭ 258 (+377.78%)
Mutual labels:  babel, vue2
React Antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 321 (+494.44%)
Mutual labels:  webpack2, less
Vueniverse
Full stack, user based, PWA, Vue template.
Stars: ✭ 339 (+527.78%)
Mutual labels:  webpack2, hot-reload
Fans
这是一个app(android/iOS)项目,但页面视图全部都用的是html5页,没有使用app的原生页面。 前端h5是基于mui + vue2 + vue-router2 + es6 + webpack2 + vuex + signalR 的前端webApp单页项目框架,项目可以直接在PC上运行html5页面。 app打包技术是用HBuilder IDE工具一键打包成APP。
Stars: ✭ 416 (+670.37%)
Mutual labels:  webpack2, vue2
Vue Quasar Admin
Vue 2.0 admin-dashboard based on Quasar-Framework
Stars: ✭ 516 (+855.56%)
Mutual labels:  webpack2, vue2

vue2-web

vue2、vue-router2、webpack2框架

这个架构插件都比较旧了,只作为学习vue使用,正式项目可以使用nuxt之类的企业架构。

codebeat badge

教程:https://segmentfault.com/a/1190000009127162

运行效果:https://hyy1115.github.io/blog/

image

安装

npm install

启动

npm satrt

浏览器访问

http://localhost:3055/

image

4月25日更新:

  • [x] 列表渲染,v-for;
  • [x] 条件渲染,v-if;
  • [x] 自适应布局;
  • [x] 事件处理器,v-on:click;
  • [x] data数据管理。

4月23日更新:

  • [x] 添加打包功能;
  • [x] 分离css和js;
  • [x] 增加vue-tools。

4月21日更新:

  • [x] 父组件传递给子组件数据;
  • [x] 子组件通过props接收数据;
  • [x] v:bind以及v-for的使用;
  • [x] 实现了轮播组件。

4月19日发布第一版:

  • [x] 搭建了vue2-webpack2架构。
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].