https://github.com/parameter1/management-components
Pluggable Vue components for BaseCMS management interfaces
https://github.com/parameter1/management-components
Last synced: 3 months ago
JSON representation
Pluggable Vue components for BaseCMS management interfaces
- Host: GitHub
- URL: https://github.com/parameter1/management-components
- Owner: parameter1
- Created: 2021-09-09T17:16:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T18:59:40.000Z (almost 4 years ago)
- Last Synced: 2025-06-02T08:21:25.125Z (about 1 year ago)
- Language: Vue
- Size: 563 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BaseCMS Management Components
Pluggable Vue components for BaseCMS management interfaces.
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).