https://github.com/oncomouse/vue-cli-plugin-injectimports-bug
Minimal working example of a bug in Vue CLI
https://github.com/oncomouse/vue-cli-plugin-injectimports-bug
Last synced: 9 months ago
JSON representation
Minimal working example of a bug in Vue CLI
- Host: GitHub
- URL: https://github.com/oncomouse/vue-cli-plugin-injectimports-bug
- Owner: oncomouse
- Created: 2018-06-28T19:17:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T19:18:50.000Z (about 8 years ago)
- Last Synced: 2025-01-21T15:48:37.970Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-plugin-injectImports-bug
This plugin shows that GeneratorAPI.injectImports doesn't work on .vue files.
## Steps to Reproduce
1. `git clone https://github.com/oncomouse/vue-cli-plugin-injectImports-bug`
2. `vue create -d vue-project`
3. `cd vue-project`
4. `npm i ../vue-cli-plugin-injectImports-bug`
5. `vue invoke @oncomouse/vue-cli-plugin-injectImports-bug`