https://github.com/cyberalien/vue-component-test
https://github.com/cyberalien/vue-component-test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberalien/vue-component-test
- Owner: cyberalien
- License: mit
- Created: 2021-05-05T17:58:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T18:00:11.000Z (about 4 years ago)
- Last Synced: 2025-01-26T06:24:53.437Z (4 months ago)
- Language: JavaScript
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Iconify for Vue
Test: `npm run build`
Build order:
1. `tsc` will compile .ts files to .js from `src` to `lib`.
2. `rollup` will bundle it all in `dist`.
3. `api-extractor` will bundle `.d.ts` files in `dist` (this step fails).
Component is in `src/icon.ts`.