An open API service indexing awesome lists of open source software.

https://github.com/uniquexiaobai/create-vue-library

CLI for creating reusable, modern Vue libraries using Rollup
https://github.com/uniquexiaobai/create-vue-library

cli vue vue-library

Last synced: 2 months ago
JSON representation

CLI for creating reusable, modern Vue libraries using Rollup

Awesome Lists containing this project

README

        

# Create Vue Library

> CLI for creating reusable, modern Vue libraries using Rollup.

### Quick start

```bash
npx @lokibai/create-vue-library mylib
cd mylib
npm start
```