https://github.com/onix-systems/vue-cli-plugin-onix-base
vue-cli plugin to quick bootstrap project based on Onix-Systems standards
https://github.com/onix-systems/vue-cli-plugin-onix-base
Last synced: about 2 months ago
JSON representation
vue-cli plugin to quick bootstrap project based on Onix-Systems standards
- Host: GitHub
- URL: https://github.com/onix-systems/vue-cli-plugin-onix-base
- Owner: Onix-Systems
- Created: 2022-01-18T09:26:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T10:45:19.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T03:09:59.468Z (9 months ago)
- Language: TypeScript
- Size: 210 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-plugin-onix-base
Onix Plugin for [vue-cli](https://github.com/vuejs/vue-cli)
## Install
If you haven't yet installed vue-cli, first follow the installation instructions here: https://github.com/vuejs/vue-cli
Generate a project using vue-cli
```
vue create my-app
```Before installing the bootstrap-vue plugin, make sure to commit or stash your changes in case you need to revert
To install the onix-base plugin...
```
cd my-app
vue add onix-base
```