0.0.5 • Published 3 years ago

@devtree/vue-pack v0.0.5

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

@devtree/vue-pack

This is NOT for PRODUCTION.\

Now it is in testing.

This package includes the shareable ESLint configuration, Prettier configuration for Vue, TypeScript development.

Installation

  • Using npm:
npm i -D @devtree/vue-pack
  • or using yarn:
yarn add -D @devtree/vue-pack

Usage

Basic usage

  • package.json
{
  "eslintConfig": {
    "extends": [
      "@devtree/vue-pack/eslint/base"
    ]
  }
} 
  • Or, .eslintrc.json
{
  "extends": "@devtree/vue-pack/base"
}

Basic usage for Nuxt.js

  • .eslintrc.json
{
  "extends": "@devtree/vue-pack/nuxt"
}

Configuration Set

  • @devtree/vue-pack/base : for normal Vue projects.
  • @devtree/vue-pack/nuxt : for Nuxt.js projects.

License

@devtree/vue-pack is licensed under the MIT License.