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

https://github.com/cyberalien/vue-component-test


https://github.com/cyberalien/vue-component-test

Last synced: 2 months ago
JSON representation

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`.