0.0.3 • Published 7 months ago

@ling-jun/uni-ui v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 months ago

uniapp + typescript + unocss starter

项目说明

uniapp + vue3 + typescript + unocss 基础模版

项目启动方式

一、下载项目

git clone git@github.com:DimplesY/uniapp-unocss-starter.git
# or 使用项目作为模版
npx degit git@github.com:DimplesY/uniapp-unocss-starter.git

二、安装依赖

tips: 使用 vscode 开发时,安装项目推荐的插件能够有更好的开发体验

yarn
# or
npm install

三、启动项目

  • 如:微信小程序,可以使用下面命令启动,其他平台可查看 package.json 中的 scripts
yarn dev:mp-weixin
# or
npm run dev:mp-weixin
0.0.3

7 months ago