https://github.com/debbl/vue3-ts-cms
https://github.com/debbl/vue3-ts-cms
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/debbl/vue3-ts-cms
- Owner: Debbl
- Created: 2022-02-18T13:26:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T04:18:03.000Z (about 3 years ago)
- Last Synced: 2025-01-24T22:41:25.248Z (over 1 year ago)
- Language: Vue
- Size: 998 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-ts-cms
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).