vcl-rcyj

1.0.9 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vcl-rcyj

Weekly Downloads

1

Version

1.0.9

License

ISC

Unpacked Size

874 kB

Total Files

10

Last publish

Collaborators

  • wangjimin