dev.ui
1.0.0

現在,這只是我的愛好項目,因此我在業餘時間更新和維護該項目。
如果您想提供幫助,歡迎拉動請求。對於重大更改,請先開設一個問題,以討論您想更改的內容。
星星
叉
克隆分叉的存儲庫。
git clone https : / / github. com / <your - github - username > / dev. ui cd dev . ui git checkout -b <your_branch_name >進行更改。
舞台您的變化並承諾
git add -A
git commit -m "<your_commit_message>" git push -u origin <your_branch_name >創建拉動請求。
恭喜! ?您已經做出了貢獻。
克隆存儲庫
git clone https : / / github. com / kumard3 / dev. ui . git安裝依賴項
npm install
# Or using Yarn
yarn
啟動開發服務器
npm run dev
# Or using Yarn
yarn dev
建造生產
npm run build
# Or using Yarn
yarn build