Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lusaxweb/vuecode
Vuecode it is a component to show the code without complication
https://github.com/lusaxweb/vuecode
code component javascript library vue vue-component vuecomponent vuejs vuejs2
Last synced: 25 days ago
JSON representation
Vuecode it is a component to show the code without complication
- Host: GitHub
- URL: https://github.com/lusaxweb/vuecode
- Owner: lusaxweb
- License: mit
- Created: 2018-04-30T22:58:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T14:13:08.000Z (over 6 years ago)
- Last Synced: 2024-05-01T17:05:21.075Z (6 months ago)
- Topics: code, component, javascript, library, vue, vue-component, vuecomponent, vuejs, vuejs2
- Language: Vue
- Homepage:
- Size: 2.68 MB
- Stars: 23
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Browser Support
Recent versions of **Firefox**, **Chrome**, **Edge**, **Opera** and **Safari**. **IE10**+## Quick-start CDN
```html
vuecode demo
Example
```js{1,6}
var btn = document.querySelector('.btn')btn.addEventListener( 'click' , function(){
console.log('click')
})
``/`
new Vue({
}).$mount('#app')```
## CDN
- https://unpkg.com/vuecode.js/dist/vuecode.umd.js
- https://unpkg.com/vuecode.js/dist/vuecode.css## Install en Proyecto NPM
``` bash
# npm
npm install vuecode.js
`````` bash
# yarn
yarn add vuecode.js
```## Use
```javascript
import Vue from 'vue'
import Vuecode from 'vuecode.js'import 'vuecode.js/dist/vuecode.css'
Vue.use(Vuecode)
```
## Become a PatronVuecode is an open source MIT project if you want to contribute to keep improving, If you are interested in supporting this project, please consider becoming a patron. [[patron](https://www.patreon.com/bePatron?c=1567892)]
## Lusaxweb
This library was created and is supported by [Lusaxweb](http://www.lusaxweb.com.ve/)
## License
[MIT](https://github.com/lusaxweb/vuecode/blob/master/LICENSE)