Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 849 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 849 Bytes

Vue-Public-npm

 用于测试 vue npm 发版过程

 参考链接:

  1. 从零开始开发一个vue组件打包并发布到npm (把vue组件打包成一个可以直接引用的js文件)
  2. web前端: Vue cli3 库模式搭建组件库并发布到 npm

Note Log

2020-8-24

  1. 实现基础发版(已完成)
  2. 需要重新更改版本名称(待完善)
  3. 完善包内容(待完善)
  4. 图片添加

Vue README

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.