https://github.com/phphe/rollup-use
https://github.com/phphe/rollup-use
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phphe/rollup-use
- Owner: phphe
- Created: 2021-08-10T14:43:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T01:04:51.000Z (about 1 year ago)
- Last Synced: 2025-01-10T21:07:53.954Z (5 months ago)
- Language: TypeScript
- Size: 476 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @rollup-use
@rollup-use is used to build js, ts or vue, the build target is library. I use them in my projects so they all are tested.
- [core](./packages/core), for pure js project.
- [ts](./packages/ts), for Typescript project.
- [vue2-js](./packages/vue2-js), for Vue2 + js project.
- [vue2-ts](./packages/vue2-ts), for Vue2 + Typescript project.
- [vue3-ts](./packages/vue3-ts), for Vue3 + Typescript project.## License
[MIT](http://opensource.org/licenses/MIT)