commit b8216110270f5346a110c45d97d36ac3ab80496b Author: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Sat Feb 6 23:36:46 2021 +0800 新的版本 diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..c840840 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,42 @@ +## 类型 + +> 请勾选其中符合的一项。 + +- [ ] 提交链接 +- [ ] 修正链接 +- [ ] 发现 BUG +- [ ] 建议 + +## 具体内容 + +> 请根据选择的“类型”,保留其中一项。 + +### 提交链接 + +> 不接受非正常网站 + +- 链接分类(例如 `资源 - 软件 - 工具`): +- 链接名称(例如 `GitHub`): +- 具体链接(例如 `https://github.com/`): + +### 修正链接 + +- 链接所在的分类(例如 `资源 - 软件 - 工具`): +- 链接名称(例如 `GitHub`): +- 修正后的分类: +- 修正后的名称: +- 修正后的链接: + +### 发现 BUG + +#### BUG 描述(例如 BUG 是在什么情况下出现的) + +请在此处填写 + +#### 解决方法(可选) + +请在此处填写 + +### 建议 + +请在此处填写具体的建议内容 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..813df26 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +请填写描述,例如:修改的内容、作用。 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..403adbc --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..94892fd --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Frost-ZX + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf2c5d9 --- /dev/null +++ b/README.md @@ -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 +``` diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..c5dc6a5 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +}; diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..b7bdfd7 Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..f546391 --- /dev/null +++ b/docs/index.html @@ -0,0 +1 @@ +