vue-cli-plugin-template-loader

1.0.1 • Public • Published

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,

  1. Type safety is kept accross files
  2. When writing tests, autocompletion with most editors work
  3. Intellisense and documentation in typescript is kept
  4. 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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i vue-cli-plugin-template-loader

    Weekly Downloads

    22

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    13.6 kB

    Total Files

    18

    Last publish

    Collaborators

    • elevatebart