https://github.com/fredliang44/fredliang.cn
Personal Website
https://github.com/fredliang44/fredliang.cn
Last synced: about 1 month ago
JSON representation
Personal Website
- Host: GitHub
- URL: https://github.com/fredliang44/fredliang.cn
- Owner: fredliang44
- Created: 2018-10-10T11:31:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:03:35.000Z (over 2 years ago)
- Last Synced: 2025-05-07T20:17:17.136Z (about 1 month ago)
- Language: Vue
- Homepage: https://www.fredliang.cn
- Size: 7.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fredliang.cn
> Source Code of [www.fredliang.cn](https://www.fredliang.cn)
## 1. Project setup
```
yarn install
```### 1.1 Set env variables in your environment with alibabacloud oss config
``` shell
# OSs config
export WebsiteOSSRegion=""
export WebsiteOSSBucket=""# Ali config
export AliAccessKeyID=""
export AliAccessKeySecret=""
```### 1.2 Compiles and hot-reloads for development
```
yarn dev
```### 1.3 Compiles and minifies for production then upload `dist` folder to oss
```
yarn build
```### 1.4 Lints and fixes files
```
yarn lint
```