fis3-parser-vue-loader-latest
v1.1.6
Published
A parser plugin for fis3 like vue-loader
Downloads
10
Maintainers
Readme
fis3-parser-vue-loader-latest
A parser plugin for fis3 like vue-loader
Latest support [email protected]
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",
}
}