Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwightjack/vue-cli-plugin-vue-types
Vue CLI plugin to install and setup vue-types
https://github.com/dwightjack/vue-cli-plugin-vue-types
vue-cli-3 vue-cli-plugin vue-types
Last synced: 1 day ago
JSON representation
Vue CLI plugin to install and setup vue-types
- Host: GitHub
- URL: https://github.com/dwightjack/vue-cli-plugin-vue-types
- Owner: dwightjack
- License: mit
- Created: 2018-12-12T08:26:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T08:26:51.000Z (about 6 years ago)
- Last Synced: 2024-12-16T22:57:51.058Z (9 days ago)
- Topics: vue-cli-3, vue-cli-plugin, vue-types
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-cli-plugin vue-types (WIP)
A plugin for [@vue/cli](https://cli.vuejs.org) to install [vue-types](https://github.com/dwightjack/vue-types).
If [@vue/cli-plugin-eslint](https://www.npmjs.com/package/@vue/cli-plugin-eslint) is installed, [eslint-plugin-vue-types](https://github.com/dwightjack/eslint-plugin-vue-types) will be installed and configured as well.
## Requirements
- Node.js >= 8.9.0 (we strongly suggest to use something like [nvm](https://github.com/creationix/nvm))
- [@vue/cli](https://cli.vuejs.org) 3+## Installation
```
vue add vue-types
```