Marlon Vue Ts Boilerplate
Use this template for create a Vue Plugin writing in TypeScript and using marlon eslint rule set.
Dev
There are many options for development:
- Using
npm run serve
for test plugin, components directly into a simple Vue Application written into dev folder. - Using
npm link
feature andnpm run dev
.