1.1.8 • Published 1 month ago

kbfmf-libraries-x v1.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

Development guide

1. Clone repository

2. npm install

3. settings enable eslint rules with vs code

.vscode workspace settings JSON (command P search for workspace settings)

{
  "files.associations": {
    "*.vue": "postcss"
  },
  "prettier.enable": false,
  "editor.formatOnSave": false,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    "source.organizeImports": false,
    "eslint.validate": [
      "javascript",
      "javascriptreact",
      "typescript",
      "typescriptreact",
      "vue",
      "html",
      "markdown",
      "json",
      "jsonc",
      "yaml"
    ]
  }
}

4. npm run dev

your playground for development is sandbox folder

1.1.8

1 month ago

1.1.1

3 months ago

1.1.0

3 months ago

1.0.9

3 months ago

1.1.7

3 months ago

1.0.8

3 months ago

1.0.7

3 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.0.6

4 months ago