Skip to content

vcxiaohan/vue-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-plugins

  • 编写的一些实用插件集合
  • 每个插件的功能在下方有简单的介绍,具体的使用介绍请查看相关插件内部的README.md

技术栈

vue2 + vuex2 + webpack2 + ES6 + sass + ejs + svg

项目运行

  • 克隆项目

      git clone https://github.com/vcxiaohan/vue-plugins.git  
    
  • 安装依赖

      cnpm install
    
  • 安装webpack-dev-server到全局

      cnpm install webpack-dev-server -g
    
  • 启动项目(该命令自动打开http://localhost:8080/)

      cnpm run dev
    
  • 编译项目(编译后将dist文件夹内的文件上传到服务器即可访问)

      cnpm run build
    

About

编写的一些vue插件集合,每个插件都有详细的介绍和示例

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published