2 Star 19 Fork 6

易加软件 / 小方格导航页

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

小方格导航页

介绍

基于 vue + antd 开发的个人导航页,起始页,导航页,书签页

缩略图

缩略图 缩略图 缩略图 缩略图 缩略图

预览地址

点击预览

预览账号/密码: 123456/123123

同步浏览器书签插件(只适用于谷歌内核浏览器)

点击前往

使用说明

  1. clone 代码后安装依赖
npm install
  1. 运行代码
npm run dev
  1. 项目打包
npm run build

安装教程

  1. 前往项目/src/config/env.js 配置相关参数
  2. 打包后会生成 dist 文件夹
  3. 复制 dist 文件夹内的全部文件到你的服务器网站根目录文件夹下
  4. 访问你的url地址完成安装

常见问题

1.访问非主页面刷新后 404 Not Found 解决方法

答: 配置伪静态即可

location / {
	if (!-e $request_filename){
		rewrite  ^(.*)$  /index.html?s=$1  last;   break;
	}
} 
MIT License Copyright (c) 2021 易加软件 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.

简介

小方格导航页,个人网址导航 展开 收起
Vue 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/yija-com/small-square.git
git@gitee.com:yija-com/small-square.git
yija-com
small-square
小方格导航页
origin

搜索帮助