https://github.com/4350pchris/diffing-test
Created with CodeSandbox
https://github.com/4350pchris/diffing-test
Last synced: 2 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/4350pchris/diffing-test
- Owner: 4350pChris
- Created: 2021-05-15T19:48:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T05:11:14.000Z (over 2 years ago)
- Last Synced: 2025-02-26T04:20:09.268Z (2 months ago)
- Language: Vue
- Homepage: https://codesandbox.io/s/github/4350pChris/diffing-test
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# t
## 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/).