安徽创息软件公司VUE前端基本UI开发库!
npm install croshe-appbase
npm i croshe-appbase
`Package.json配置
`
"dependencies": {
"vue": "^3.0.0",
"fastchar-appjs": "^1.2.42", //具体版本以npm库更新为准
"croshe-appbase": "^1.1.50", //具体版本以npm库更新为准
}
`$3
https://www.npmjs.com/package/croshe-appbase
$3
https://youzan.github.io/vant/v3/#/zh-CN/home
$3
`
import {CrosheBase,CrosheLayoutLinear,} from "croshe-appbase";export default {
components: {
CrosheBase,
CrosheLayoutLinear
}
}
``