Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codemotion/cogear-plugin-vue
Enables .vue Single File Components import to the entry points.
https://github.com/codemotion/cogear-plugin-vue
Last synced: 3 months ago
JSON representation
Enables .vue Single File Components import to the entry points.
- Host: GitHub
- URL: https://github.com/codemotion/cogear-plugin-vue
- Owner: dbelyaeff
- Created: 2018-09-15T22:09:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T22:13:16.000Z (about 6 years ago)
- Last Synced: 2024-04-05T03:06:27.255Z (7 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).