https://github.com/liyipeng3/vue-computer
简易计算器 利用Vue+Element
https://github.com/liyipeng3/vue-computer
Last synced: 4 months ago
JSON representation
简易计算器 利用Vue+Element
- Host: GitHub
- URL: https://github.com/liyipeng3/vue-computer
- Owner: liyipeng3
- Created: 2019-10-13T08:08:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T05:14:48.000Z (over 1 year ago)
- Last Synced: 2025-09-06T06:45:49.529Z (9 months ago)
- Language: Vue
- Homepage:
- Size: 46.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# computer
## 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/).