vcl-rcyj

vue3 UI框架

Usage no npm install needed!

<script type="module">
  import vclRcyj from 'https://cdn.skypack.dev/vcl-rcyj';
</script>

README

vcl-library

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

Customize configuration

See Configuration Reference.

vcl-library ├─ .gitignore ├─ README.md ├─ babel.config.js //按需加载端的配置文件 ├─ package.json ├─ public │ ├─ favicon.ico │ ├─ index.html ├─ src │ ├─ App.vue │ ├─ assets //存放资源文件夹 │ │ └─ logo.png │ ├─ components //组件 │ │ ├─ UIButton │ │ └─ UIShadow │ ├─ main.ts
│ ├─ index.js // 抛出组件
│ ├─ router //路由 │ │ └─ index.ts │ ├─ store //vuex文件夹 │ │ ├─ index.ts │ └─ views //所有的页面类 └─ yarn.lock