Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dbelyaeff/cogear-plugin-vue

Enables .vue Single File Components import to the entry points.
https://github.com/dbelyaeff/cogear-plugin-vue

Last synced: about 2 months ago
JSON representation

Enables .vue Single File Components import to the entry points.

Awesome Lists containing this project

README

        

# Cogear.JS plugin **Vue**

Enables [`vue-loader`](https://github.com/vuejs/vue-loader) for [`Webpack`](https://webpack.js.org).

# Installation

Go to the site folder and install plugin with command:
```bash
yarn add cogear-plugin-vue
# or
npm install cogear-plugin-vue
```

Plugin will loads up automatically.

# Usage

Now you can import `.vue` [Single File Components](https://vuejs.org/v2/guide/single-file-components.html) from entry points.

# Docs

More info: [https://cogearjs.org/docs/plugins](https://cogearjs.org/docs/plugins).