@ling-jun/uni-ui
v0.0.3
Published
## 项目说明
Downloads
2
Readme
uniapp + typescript + unocss starter
项目说明
uniapp + vue3 + typescript + unocss 基础模版
整合 unocss 作为 css 框架
整合 unplugin-auto-import 自动导入 API
整合 unocss-preset-weapp 做类名转换
使用 eslint 与 prettier 做代码风格约束, 使用 @antfu/eslint-config 作为基础配置,用户可根据需求自行修改
项目启动方式
一、下载项目
git clone [email protected]:DimplesY/uniapp-unocss-starter.git
# or 使用项目作为模版
npx degit [email protected]:DimplesY/uniapp-unocss-starter.git
二、安装依赖
tips: 使用 vscode 开发时,安装项目推荐的插件能够有更好的开发体验
yarn
# or
npm install
三、启动项目
- 如:微信小程序,可以使用下面命令启动,其他平台可查看 package.json 中的 scripts
yarn dev:mp-weixin
# or
npm run dev:mp-weixin