2.2.0 • Published 7 years ago

neutrino-preset-vue v2.2.0

Weekly downloads
20
License
GPL-3.0
Repository
github
Last release
7 years ago

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.

4.0.0-rc.1

7 years ago

3.0.0-rc.3

7 years ago

3.0.0-rc.2

7 years ago

3.0.0-rc.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.4

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago