Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duyvu997/vue-admin
https://github.com/duyvu997/vue-admin
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/duyvu997/vue-admin
- Owner: duyvu997
- Created: 2021-05-17T14:48:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T06:32:39.000Z (almost 2 years ago)
- Last Synced: 2023-08-05T15:39:18.874Z (over 1 year ago)
- Language: Vue
- Size: 2.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Project setup
```bash
yarn install
```### Compiles and hot-reloads for development
```bash
yarn serve
```### Compiles and minifies for production
```bash
yarn build
```### Lints and fixes files
```bash
yarn lint
```### Run your unit tests
```bash
yarn test:unit
```### Generate all svg components
```bash
yarn svg
```