Package Exports
- vue-wind
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 (vue-wind) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Vue wind
Getting stated
You just need follow a simple steps to get the framework working
Instalation
Tailwind
You need the tailwind already installed and configured because the framework don came with him
Follow the steps in tailwind documentation
Vue-wind
Install the package
npm install --save vue-wind
Add the plugin to your vue app
import Vue from "vue";
import VueWind from "vue-wind";
Vue.use(VueWind);
Finaly you can use all the components avaliable in the framework, check the list in the site