croshe-appbase

安徽创息软件公司VUE前端基本UI开发库!

Usage no npm install needed!

<script type="module">
  import crosheAppbase from 'https://cdn.skypack.dev/croshe-appbase';
</script>

README

croshe-appbase

安徽创息软件公司VUE前端基本UI开发库

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

部分组件引用了 vant 库,建议项目中引用此框架:

https://youzan.github.io/vant/v3/#/zh-CN/home

引用库之后,在项目中导入对应的组件即可,例如:

import {CrosheBase,CrosheLayoutLinear,} from "croshe-appbase";

export default {
  components: {
    CrosheBase,
    CrosheLayoutLinear
  }
}

Customize configuration

See Configuration Reference.