0.0.0 • Published 3 years ago

sans-api v0.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

Installation 💿

Normally you wouldn't need to install it manually, instead follow the instructions of vite_rails, vite_hanami, or vite_ruby, which will install this plugin for you.

Else:

npm i vite-plugin-sans-api # yarn add vite-plugin-sans-api

Usage 🚀

Add it to your plugins in vite.config.js

// vite.config.js
import Vue from '@vitejs/plugin-vue' // Example, could be using other plugins.
import ViteRuby from 'vite-plugin-sans-api'

export default {
  plugins: [
    Vue(),
    ViteRuby(),
  ],
};

You can now configure it using config/vite.json, check out the available configuration options for reference.

Thanks

License

The gem is available as open source under the terms of the MIT License.