https://github.com/kaorun343/vue-photonkit
Photonkit components for Vue
https://github.com/kaorun343/vue-photonkit
photon vue
Last synced: 2 days ago
JSON representation
Photonkit components for Vue
- Host: GitHub
- URL: https://github.com/kaorun343/vue-photonkit
- Owner: kaorun343
- Archived: true
- Created: 2017-01-08T06:15:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T01:21:18.000Z (over 8 years ago)
- Last Synced: 2025-08-09T18:46:25.568Z (3 months ago)
- Topics: photon, vue
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue-refactor - vue-photonkit
README
# vue-photonkit
Photonkit components for Vue
## Requirements
* Vue.js
* Photon
## Usage
```js
import { Icon } from 'vue-photonkit'
```
If you'd like to register all components globally,
please do like this below.
```js
import install from 'vue-photonkit'
// then
Vue.use(install)
```
Then, all components are available with `ph-` prefix.
See [vue-play scenarios](./play)
## License
MIT
## Contribution welcome