Skip to content

LinkageRetail/quasar-app-extension-boilerplate

 
 

Repository files navigation

Compatible with Quasar UI v1 and Vue 2.

目錄結構

初始專案

yarn # 安裝基礎環境, 用於運行 eslint, stylelint

安裝套件

cd ui && yarn
cd ui && yarn build

啟動專案

cd ui && yarn dev

發行 UI 庫

  • 專案發行需要分別到 app-extension, ui 兩個目錄進行 publish
  • 請確認發行前的 package.json 版本
cd ./app-extension && npm publish
cd ./ui && npm run build && npm publish

完成發行後可使用 quasar ext add 進行安裝

quasar ext add linkage-cms-ui

Donate

If you appreciate the work that went into this project, please consider donating to Quasar.

License

MIT (c) Robby ta7382@gmail.com

About

Quasar App Extension For Quasar v1 (Vue2)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 79.4%
  • JavaScript 17.8%
  • HTML 2.3%
  • Sass 0.5%