Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lvjiaxuan/vue-demi-starter
https://github.com/lvjiaxuan/vue-demi-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lvjiaxuan/vue-demi-starter
- Owner: lvjiaxuan
- License: mit
- Created: 2023-07-22T07:25:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T08:49:58.000Z (about 1 year ago)
- Last Synced: 2023-12-04T09:34:17.567Z (about 1 year ago)
- Language: JavaScript
- Size: 131 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://img.shields.io/npm/v/lib-name?color=a1b858&label=npm)](https://www.npmjs.com/package/lib-name)
![](https://img.shields.io/badge/supports-vue%202%2F3-brightgreen)
[![](https://img.shields.io/npm/dependency-version/lib-name/vue-demi)](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`