https://github.com/crazymryan/vue-directive-study
v-permission 实例
https://github.com/crazymryan/vue-directive-study
v-permission vue
Last synced: about 2 months ago
JSON representation
v-permission 实例
- Host: GitHub
- URL: https://github.com/crazymryan/vue-directive-study
- Owner: CrazyMrYan
- Created: 2023-07-23T13:41:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T03:08:05.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T15:32:51.004Z (3 months ago)
- Topics: v-permission, vue
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# directive
## 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/).