0.2.0 • Published 4 years ago

papilon v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

papilon

A powerful and awesome Vue CLI

Base-preset

{
  "useConfigFiles": true,
  "plugins": {
    "@vue/cli-plugin-babel": {},
    "@vue/cli-plugin-router": {
      "historyMode": false
    },
    "@vue/cli-plugin-vuex": {},
    "@vue/cli-plugin-eslint": {
      "config": "standard",
      "lintOn": ["save","commit"]
    }
  },
  "cssPreprocessor": "node-sass"
}

Already imported babel / eslint with standard / hash-router / vuex / node-sass.

Modify preset preset/preset.json to customize your Vue CLI.

What added

The following are optional:

  • Axios: as a Vue plugin
  • lodash: as a global variable
  • Reset.scss or Normalize.scss
  • Full or partial Element-UI components

Start

  1. Install @vue/cli

    npm install -g @vue/cli
  2. Install papilon

    npm install -g papilon
  3. Create your powerful vue project

    papilon new <your-project-name>

By the way

When you are not using new (e.g. create), you will use the regular Vue CLI.

0.2.0

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.1

4 years ago