neutrino-preset-vue
v2.2.0
Published
Neutrino preset adding Vue.js support.
Downloads
16
Maintainers
Readme
Neutrino Vue preset
neutrino-preset-vue
is a Neutrino preset that adds basic support for
Vue components.
Documentation
Install this preset to your development dependencies, then set it in
package.json
. It should go after neutrino-preset-web
, though it just needs
something to give it an entry point.
"neutrino": {
"use": [
"neutrino-preset-web",
"neutrino-preset-vue"
]
},
If you're using neutrino-preset-lint
or any preset based on it,
this preset will add eslint plugin and rules for Vue components.
If you're using neutrino-preset-stylelint
or any preset based on it,
this preset will add support for <style>
tags in Vue components.
Neutrino 4
Neutrino v4 is supported by the earlier release of this preset. Please consider updating to Neutrino 5.