新的版本
This commit is contained in:
67
README.md
Normal file
67
README.md
Normal file
@@ -0,0 +1,67 @@
|
||||
## 简介
|
||||
|
||||
### 名称
|
||||
|
||||
- Frost 网址导航
|
||||
- Frost Navigation
|
||||
|
||||
### 使用方法
|
||||
|
||||
#### 在线
|
||||
|
||||
- [GitHub Pages](https://frost-zx.github.io/frost-navigation/)
|
||||
|
||||
#### 离线(需要手动更新)
|
||||
|
||||
1. [点击此处下载](https://github.com/Frost-ZX/frost-navigation/archive/master.zip)
|
||||
2. 解压出其中的 `docs` 文件夹,放置于任意合适的喜欢的位置(可重命名)
|
||||
2. 在浏览器中打开 `index.html`(也可以将其加入浏览器的书签栏或在浏览器设置中将其设置为主页)
|
||||
|
||||
#### 自定义
|
||||
|
||||
- 该功能待开发
|
||||
|
||||
|
||||
## 本项目使用
|
||||
|
||||
- [Vue CLI](https://cli.vuejs.org/)
|
||||
- [Vue Router](https://router.vuejs.org/)
|
||||
- [Element UI - 桌面端组件库](https://element.eleme.cn/)
|
||||
- [ress - Modern CSS reset](https://github.com/filipelinhares/ress)
|
||||
|
||||
## 反馈
|
||||
|
||||
### 提交链接
|
||||
|
||||
请到 [Issues](https://github.com/Frost-ZX/frost-navigation/issues) ,根据相关提示进行提交。
|
||||
|
||||
### 修正链接
|
||||
|
||||
请到 [Issues](https://github.com/Frost-ZX/frost-navigation/issues) ,根据相关提示进行提交。
|
||||
|
||||
|
||||
## 开发
|
||||
|
||||
### 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
|
||||
```
|
Reference in New Issue
Block a user