Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renyuneyun/dtou-demo-app
https://github.com/renyuneyun/dtou-demo-app
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/renyuneyun/dtou-demo-app
- Owner: renyuneyun
- Created: 2023-09-26T12:40:03.000Z (over 1 year ago)
- Default Branch: www2024
- Last Pushed: 2024-02-21T22:24:30.000Z (11 months ago)
- Last Synced: 2024-11-09T16:17:28.048Z (3 months 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
```