vue-cli-plugin-paratus

0.0.36 • Public • Published

Paratus

A plugin for the various transformations I’ve been performing manually to my Vue CLI preset of Pug, Typescript, and SCSS.

My Preset

{
  "paratus": {
    "useConfigFiles": false,
    "plugins": {
      "@vue/cli-plugin-typescript": {
        "classComponent": true,
        "tsLint": true,
        "lintOn": [
          "save"
        ],
        "useTsWithBabel": true
      },
      "@vue/cli-plugin-babel": {},
      "vue-cli-plugin-pug": {},
      "vue-cli-plugin-paratus": {}
    },
    "router": true,
    "routerHistoryMode": true,
    "vuex": true,
    "cssPreprocessor": "sass"
  }
}

Para-what?

From Latin, parātus

  1. prepared, arranged, having been prepared or arranged
  2. provided, furnished, having been provided or furnished
  3. resolved, purposed, having been resolved or purposed

Readme

Keywords

none

Package Sidebar

Install

npm i vue-cli-plugin-paratus

Weekly Downloads

11

Version

0.0.36

License

none

Unpacked Size

33.6 kB

Total Files

26

Last publish

Collaborators

  • jasonhibbs