Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elevatebart/vue-cli-plugin-template-loader

A plugin to run the vue-template-loader from @ktsn in the vue-cli
https://github.com/elevatebart/vue-cli-plugin-template-loader

typescript vue vue-cli vue-template-loader vuejs2

Last synced: 1 day ago
JSON representation

A plugin to run the vue-template-loader from @ktsn in the vue-cli

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/elevatebart/vue-cli-plugin-template-loader.svg?branch=master)](https://travis-ci.org/elevatebart/vue-cli-plugin-template-loader) [![npm package](https://img.shields.io/npm/v/vue-cli-plugin-template-loader.svg)](https://www.npmjs.com/package/vue-cli-plugin-template-loader)

# vue-cli-plugin-template-loader

A plugin to run the vue-template-loader from @ktsn in the vue-cli

## Use Plugin

[documentation](https://github.com/elevatebart/vue-cli-plugin-template-loader/tree/master/packages/vue-cli-plugin-template-loader#readme)

## Install for Contribution

This project uses a monorepo setup that requires using [Yarn](https://yarnpkg.com) because it relies on [Yarn workspaces](https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/).

```bash
git clone https://github.com/elevatebart/vue-cli-plugin-template-loader.git
yarn
```

## Run Unit Tests

```bash
yarn test
```

Issues and questions are more than welcome.