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