1.0.0 • Published 3 years ago

yuki-libs v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

heg-site-libs
├── index.html
├── package.json
├── packages (npm依赖包)
│ ├── Button
│ │ └── index.vue
│ ├── index.js
│ ├── reset.scss
│ └── Top
│ └── index.vue
├── packages-client (js库)
│ ├── Button
│ │ └── index.vue
│ ├── index.js
│ ├── reset.scss
│ └── Top
│ └── index.vue
├── public
│ └── favicon.ico
├── README.md
├── src
│ ├── App.vue
│ ├── assets
│ │ ├── logo.png
│ │ └── reset.scss
│ ├── components
│ │ └── HelloWorld.vue
│ └── main.js
├── template (html文档片段)
│ ├── bin
│ │ └── build.js
│ └── components
│ ├── Footer.html
│ ├── Header.html
│ └── Test.html
├── vite.config.js
└── yarn.lock