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
- Host: GitHub
- URL: https://github.com/uniquexiaobai/create-vue-library
- Owner: uniquexiaobai
- Created: 2020-03-09T14:57:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T05:51:01.000Z (about 4 years ago)
- Last Synced: 2024-04-14T07:41:19.406Z (about 1 year ago)
- Topics: cli, vue, vue-library
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@lokibai/create-vue-library
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```