https://github.com/p0ppoff/vue-cli-plugin-ci
A starter for your config file on CI
https://github.com/p0ppoff/vue-cli-plugin-ci
azure-pipelines ci circleci gitlab-ci hack hacktoberfest jenkinsfile vue vue-cli vue-cli-plugin vuejs
Last synced: 6 months ago
JSON representation
A starter for your config file on CI
- Host: GitHub
- URL: https://github.com/p0ppoff/vue-cli-plugin-ci
- Owner: P0ppoff
- Created: 2019-02-09T10:28:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T18:04:39.000Z (over 5 years ago)
- Last Synced: 2025-02-06T04:26:33.009Z (about 1 year ago)
- Topics: azure-pipelines, ci, circleci, gitlab-ci, hack, hacktoberfest, jenkinsfile, vue, vue-cli, vue-cli-plugin, vuejs
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# vue-cli-plugin-ci

[](https://www.npmjs.com/package/vue-cli-plugin-ci)
[](CODE_OF_CONDUCT.md)

A Vue CLI plugin to initialize Continuous Integration on many platforms for your project using **YARN** or **NPM**.

## Usage ⚙️
You can simply add the plugin to your project by this command
```bash
vue add ci
```
- Then select the pagkage manager
- Then select the CI agent
## Contributing 🍰
Please contribute by resolving issue. Create a branch, add commits, and open a pull request.
Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT](CODE_OF_CONDUCT.md).
Thanks for your contribution ❤️
### Local development 🛠
Clone the repo and use these command inside a vue cli project
```bash
yarn add file: -D
vue invoke vue-cli-plugin-ci
```
## Goal 🥅
* [ ] support any tools of continuous integration
* [x] switch between **YARN** and **NPM**
* [ ] have itself a continuous integration
## Dream 🦄
Be integrated to [Vue CLI](https://github.com/vuejs/vue-cli) to help every VueJS developers to start project with continuous
integration !