https://github.com/danny5487401/toutiao
an vue project
https://github.com/danny5487401/toutiao
Last synced: 7 months ago
JSON representation
an vue project
- Host: GitHub
- URL: https://github.com/danny5487401/toutiao
- Owner: Danny5487401
- License: mit
- Created: 2020-09-21T08:31:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T13:39:13.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T05:28:12.335Z (8 months ago)
- Language: Vue
- Size: 917 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# toutiao
## 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/).