An open API service indexing awesome lists of open source software.

https://github.com/poabob/vue3-admin


https://github.com/poabob/vue3-admin

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Vue3 Admin

## Project URL

- https://poabob.hopto.org

## TODO Lists

- Echart
- i18n

## Project setup

```
npm install
npm run prepare
```

## Project commit

```
# git add
git add .
# commit with format
npm run cz
# git push origin
git push origin main
```

### Compiles and hot-reloads for development

```
npm serve
```

### Compiles and minifies for production

```
npm build
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).