https://github.com/aircity/vue-cli-plugin-packages
yarn workspaces plugin for vue-cli
https://github.com/aircity/vue-cli-plugin-packages
Last synced: 7 months ago
JSON representation
yarn workspaces plugin for vue-cli
- Host: GitHub
- URL: https://github.com/aircity/vue-cli-plugin-packages
- Owner: Aircity
- Created: 2018-10-09T12:47:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T01:01:51.000Z (over 7 years ago)
- Last Synced: 2025-01-28T14:04:05.691Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-plugin-packages
yarn [workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) plugin for vue-cli
## Getting started
:warning: Make sure you have vue-cli 3.x.x:
```
vue --version
```
If you don't have a project created with vue-cli 3.x yet:
```
vue create my-new-app
```
Navigate to the newly created project folder and add the cli plugin:
```
cd my-new-app
vue add @o3o/packages
```
Start your app:
```
npm run serve
```