vue-cli-plugin-template-loader
v1.0.1
Published
vue-template-loader plugin for @vue/cli 3.0
Downloads
71
Maintainers
Readme
vue-cli-plugin-template-loader
A plugin for @vue/cli 3.0 to setup a vue scaffolding using vue-template-loader.
With this plugin
When one uses this plugin in combination with TypeScript,
- Type safety is kept accross files
- When writing tests, autocompletion with most editors work
- Intellisense and documentation in typescript is kept
- Shims for .vue files are a thing of the past
To use this plugin
npm install --global @vue/cli
vue create my-vue-app --default
cd my-vue-app
vue add template-loader