https://github.com/genalhuang/genal-axios
使用typscript重构 axios
https://github.com/genalhuang/genal-axios
axios typescript
Last synced: 8 months ago
JSON representation
使用typscript重构 axios
- Host: GitHub
- URL: https://github.com/genalhuang/genal-axios
- Owner: genalhuang
- Created: 2020-03-08T03:14:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T22:37:15.000Z (almost 5 years ago)
- Last Synced: 2024-12-28T08:11:38.572Z (10 months ago)
- Topics: axios, typescript
- Language: TypeScript
- Homepage:
- Size: 979 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genal-axios
## 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
```