sone-nuxt-module-vuelidate
v0.1.1
Published
S1 Nuxt module for vuelidate
Downloads
5
Readme
S1 Nuxt Module Vuelidate
Install
npm i --save sone-nuxt-module-vuelidate
Usage
Add module to nuxt.config.js
module.exports = {
modules: [
...
'sone-nuxt-module-vuelidate'
]
}