Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jecyu/daily
📰知乎日报
https://github.com/jecyu/daily
typescript vue
Last synced: 13 days ago
JSON representation
📰知乎日报
- Host: GitHub
- URL: https://github.com/jecyu/daily
- Owner: jecyu
- Created: 2018-09-12T16:04:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:21:15.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T01:08:45.878Z (over 1 year ago)
- Topics: typescript, vue
- Language: JavaScript
- Homepage:
- Size: 2.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 79
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# daily
## 前言
进行指定二级目录下如react,执行 yarn install 命令会自动安装所有的依赖,然后执行 yarn serve 启动 webpack 服务,执行 node proxy.js 启动代理服务,以下命令根据需要使用 npm 代替。
## 目录结构
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
1. 启动主项目
```
yarn run serve
```2. 启动代理程序
```
yarn proxy
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```## TODO
- [] 自动拉取订阅的文章
- [x] vue + typeScript 版本
- [] react 版本