1.1.6 • Published 4 years ago

fis3-parser-vue-loader-latest v1.1.6

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

fis3-parser-vue-loader-latest

CircleCI codecov

A parser plugin for fis3 like vue-loader

Latest support vue@2.6.11

The project is developed on the basis of fis3-parser-vue-component

usage

npm install fis3-parser-vue-loader-latest

test

npm run test

vscode

{
    "type": "node",
    "request": "launch",
    "name": "Jest All",
    "program": "${workspaceFolder}/node_modules/.bin/jest",
    "args": ["--runInBand"],
    "console": "integratedTerminal",
    "internalConsoleOptions": "neverOpen",
    "disableOptimisticBPs": true,
    "windows": {
      "program": "${workspaceFolder}/node_modules/jest/bin/jest",
    }
}