fis3-parser-vue-loader-latest
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",
}
}