https://github.com/lvjiaxuan/vue-demi-starter
https://github.com/lvjiaxuan/vue-demi-starter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lvjiaxuan/vue-demi-starter
- Owner: lvjiaxuan
- License: mit
- Created: 2023-07-22T07:25:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T08:49:58.000Z (over 1 year ago)
- Last Synced: 2025-01-24T17:37:19.995Z (6 months ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lib-name
[](https://www.npmjs.com/package/lib-name)

[](https://github.com/vueuse/vue-demi)[Vue3 Demo](https://lvjiaxuan.github.io/lib-name)
[Vue2 Demo](https://lvjiaxuan.github.io/lib-name/vue2)
## Install
```sh
pnpm i lib-name
```## Props
```ts
props: {
// ......
},
```## Development
1. Install
```sh
pnpm i
pnpm pg:i
```2. Confirm `playgrounds/vue3/src/App.vue`
```xml// For build
// import libName from 'lib-name'
import LibName from './../../../src'
// ...
```3. Run the dev script
```sh
pnpm dev
```### Preview vue 2/3
- `pnpm preview:3`
- `pnpm preview:2`