https://github.com/mdbarr/vue-math-field-demo
Demo for vue-math-field extension component for Vuetify
https://github.com/mdbarr/vue-math-field-demo
Last synced: 3 months ago
JSON representation
Demo for vue-math-field extension component for Vuetify
- Host: GitHub
- URL: https://github.com/mdbarr/vue-math-field-demo
- Owner: mdbarr
- Created: 2019-11-18T16:08:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:51:34.000Z (over 3 years ago)
- Last Synced: 2025-11-29T09:43:04.389Z (7 months ago)
- Language: Vue
- Size: 4.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-math-field-demo
## 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/).