Package Exports
- vuesax
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vuesax) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Introduccion
Vuesax es una libreria de frontend basada en vue js que te ayuda a desarrollar mas rapido y con un impacto visual en pocos pasos esta en proceso de crecimiento y progreso.
Quick-start CDN
<!DOCTYPE html>
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/vuesax@2.0.9/dist/css/vuesax.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>
<div id="app">
<vs-button vs-type="primary-filled">Hola Mundo</vs-button>
</div>
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vuesax@2.0.9/dist/js/vuesax.js"></script>
<script>
new Vue({
el: '#app'
})
</script>
</body>
</html>install en Proyecto NPM
# npm
npm install vuesax# yarn
yarn add vuesaxUse
import Vue from 'vue'
import Vuesax from 'vuesax'
Vue.use(Vuesax)Lusaxweb
Esta libreria fue creada y es soportada por Lusaxweb
