https://github.com/orbis25/vue-admin-template-ts
Simple admin template with vuejs and TypeScript
https://github.com/orbis25/vue-admin-template-ts
admin-dashboard admin-panel admin-template admin-vue typescript vue vue-cli-3 vue-template vue-typescript vuejs vuex
Last synced: 1 day ago
JSON representation
Simple admin template with vuejs and TypeScript
- Host: GitHub
- URL: https://github.com/orbis25/vue-admin-template-ts
- Owner: Orbis25
- Created: 2020-01-08T02:04:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:56:58.000Z (over 2 years ago)
- Last Synced: 2025-03-04T01:51:22.464Z (4 months ago)
- Topics: admin-dashboard, admin-panel, admin-template, admin-vue, typescript, vue, vue-cli-3, vue-template, vue-typescript, vuejs, vuex
- Language: TypeScript
- Size: 3.89 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueTs

## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).