https://github.com/renyuneyun/dtou-demo-app
https://github.com/renyuneyun/dtou-demo-app
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/renyuneyun/dtou-demo-app
- Owner: renyuneyun
- Created: 2023-09-26T12:40:03.000Z (almost 3 years ago)
- Default Branch: www2024
- Last Pushed: 2024-02-21T22:24:30.000Z (over 2 years ago)
- Last Synced: 2025-03-02T13:56:06.106Z (over 1 year ago)
- Language: Vue
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dtou-demo-app
DToU demonstration App.
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```