neutrino-preset-vue

2.2.0 • Public • Published

Neutrino Vue preset

Greenkeeper badge NPM version NPM downloads Join Slack

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.

Package Sidebar

Install

npm i neutrino-preset-vue

Weekly Downloads

8

Version

2.2.0

License

GPL-3.0

Last publish

Collaborators

  • barraponto