https://github.com/kscript/front-end
一个有关于前端的静态网站
https://github.com/kscript/front-end
Last synced: 11 months ago
JSON representation
一个有关于前端的静态网站
- Host: GitHub
- URL: https://github.com/kscript/front-end
- Owner: kscript
- Created: 2019-02-21T06:52:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:15:38.000Z (about 3 years ago)
- Last Synced: 2025-01-14T21:44:42.569Z (about 1 year ago)
- Language: Vue
- Homepage: https://kscript.github.io/front-end/
- Size: 4.28 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## front-end
[一个有关于前端的静态网站](https://kscript.github.io/front-end/)
### 安装及使用
```
// clone 项目到本地
git clone https://github.com/kscript/front-end.git
// 打开项目所在目录
cd front-end
// 安装项目依赖
npm i
// 运行项目
npm run serve
// 打包项目
npm run build
```
如果项目部署在非根目录, 那么在打包时, 修改 config/build.js 和 config/runtime.js 文件的 publicPath 属性