Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 229 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 229 Bytes

vue-form-builder

練習打包套件並發布

  1. 開發
npm run serve
  1. 建置
npm run build
  1. 發布
npm publish
// 第一次需設定npm帳號
npm adduser
npm publish --access public