Git Product home page Git Product logo

fed's Introduction

前端导航网

Buy me a coffee

弄个纯静态,便于维护的前端导航站。顺便放一些前端资源。提交网址

npm i @wcj/fed
import data from '@wcj/fed';

[
  {
    "name":"Mozilla 开发者网络",
    "url":"https://developer.mozilla.org/zh-CN/",
    "icon":"https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png",
    "des":"Mozilla 开发者网络(MDN)提供有关开放网络技术(Open Web)的信息,包括 HTML、CSS 和万维网及 HTML5 应用的 API。它还记录了  Mozilla 产品的文档,例如 Firefox OS。",
    "tags":["社区"]
  },
  // ....
]

分类搜索

FED

关键字搜索

FED

关键字点击

FED

添加网站

方法一

  • Fork到自己仓库
  • 修改根目录的data.json文件
  • Pull requests 给我 哈!哈!哈!
{
    // 必填-名字
    "name":"JSLint", 
    // 必填-网址
    "url":"http://jslint.com/", 
    // 选填-图标 
    // => 默认在根目录下的 favicon.ico 可以不填这项
    "ico":"http://easings.net/favicon.png",
    // 必填-可以留空 - 描述说明
    "des":"在线JS校验工具" ,
    // 选填-标签,便于归类
    "tags":["工具"]
}

如果你已经fork了你得先更新上游代码,方法如下:

# 列出远程仓库 URL
$ git remote -v
# List the current remotes (列出当前远程仓库)
# origin  https://github.com/user/repo.git (fetch)
# origin  https://github.com/user/repo.git (push)

# 添加上游仓库URL
$ git remote add upstream https://github.com/otheruser/repo.git
# Set a new remote (设置一个新的远程仓库)

# 再次列出远程仓库 URL
$ git remote -v
# Verify new remote (验证新的原唱仓库)
# origin    https://github.com/user/repo.git (fetch)
# origin    https://github.com/user/repo.git (push)
# upstream  https://github.com/otheruser/repo.git (fetch)
# upstream  https://github.com/otheruser/repo.git (push)

# 获取上游代码
$ git fetch upstream

# 检查你的 fork’s 本地 master 分支,如果不在master 分支就切换到该分支
$ git checkout master
# Switched to branch 'master'

# 合并来自 upstream/master 的更改到本地 master 分支上。
$ git merge upstream/master

方法二

给我来个 issue 告诉我,数据填写参考方法一。

开发

$ npm install
$ npm run build
$ npm run watch:css
$ npm run watch:js
$ npm run server

fed's People

Contributors

2997215859 avatar abcdgjj avatar cycyewt avatar dependabot[bot] avatar freedomlang avatar glowin avatar guox191 avatar hiyangguo avatar ibclee avatar jaywcjlove avatar justjavac avatar kafka0102 avatar lucoo01 avatar ourai avatar phodal avatar qddegtya avatar rawbin- avatar rccoder avatar showonne avatar sonic0002 avatar topgrd avatar tower1229 avatar wuhuanhost avatar xieqin avatar xiewenlong avatar xuexb avatar xurui3762791 avatar yanhaijing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fed's Issues

个人博客

{
    // 必填-名字
    "name":"喵呜网", 
    // 必填-网址
    "url":"http://meowv.com/", 
    // 选填-图标
    "ico":"http://meowv.com/favicon.ico",
    // 必填-可以留空 - 描述说明
    "des":"生命不息,奋斗不止" ,
    // 选填-标签,便于归类
    "tags":["博客"]
}

导航网站提交

{
    "name":"F10.导航网 - 优秀资源的聚合平台", 
    "url":"https://f10.org/", 
    "icon":"https://f10.org/usr/themes/default/img/favicon.ico",
    "des":"F10.导航网是一个资源聚合平台,博客导航、金融网站资源、学习教程等内容" ,
    "tags":["资源,导航"]
}

新网站,新网站,谢谢,给你加个星

{
    "name":"前端冷知识",
    "url":"http://www.aikefang.com/",
    "des":"前端冷知识为广大前端工程师提供更优质的开发途径,我们更关注细节,提升品质。",
    "tags":["前端技术","博客","前端冷知识"]
}

添加css-tricks.com

{
    "name":"css-tricks",
    "url":"https://css-tricks.com/",
    "icon":"http://static.bootcss.com/www/assets/ico/favicon.png",
    "des":"Tips, Tricks, and Techniques on using Cascading Style Sheets.",
    "tags":["工具"]
}

个人博客

{
    // 必填-名字
    "name":"cllgeek", 
    // 必填-网址
    "url":"http://www.cllgeek.com/", 
    // 选填-图标
    "icon":"http://www.cllgeek.com/favicon.ico",
    // 必填-可以留空 - 描述说明
    "des":"专注web开发" ,
    // 选填-标签,便于归类
    "tags":["博客"]
}

添加一个iReact

网站ireact.cn,用来采集react组件的网站。

准备用你的网站模板来重新组织一下前段界面。

优化建议

你好,我刚刚推荐了个 ag-grid 。这玩意儿特别强,建议你用这个写个重置版。它自带搜索功能,功能多到。。。你去看它的介绍视频就知道了。不知道你有没有空写,我有空了倒是很想写一个。

创意很不错呀

感觉 list 形式的,有点占空间呀, 改成卡片式的比较省空间有点,
json 文件 分类 可不可以在 写的时候,每个分类一个文件夹, 然后在biuld的时候,在合并一下,
如果能做成 hexo 那样的本地添加好了以后生成静态文件的那就比较完美了,
什么时候考虑出 chrome 插件,可以在浏览器上直接收藏

je原创插件库-前端框架

{
// 必填-名字
"name":"je原创插件库-前端框架",
// 必填-网址
"url":"http://www.jayui.com/",
// 选填-图标
"ico":"",
// 必填-可以留空 - 描述说明
"des":"本站致力于原创插件和提供各种JS(jQuery)" ,
// 选填-标签,便于归类
"tags":["je库,jeDate日期控件,弹层组件,日期控件,工具"]
}

一个占位图网站

{
    "name":"推妹子", 
    "url":"https://tuimeizi.cn/", 
    "icon":"https://tuimeizi.cn/favicon.ico",
    "des":"一个全是美女的占位图网站" ,
    "tags":["工具"]
}

新工具

{
"name":"Photoshop投影转换为CSS3",
"url":"https://psd2css.mezw.com",
"des":"快速将Photoshop中的投影效果转换为css3中的box-shadow & text-shadow代码。",
"tags":["工具"]
}

npm run build时有个报错

[email protected] min:js /home/wwwroot/www.yiijj.com/page/www.yiijj.com.index
uglifyjs js/index.js -o js/index.min.js

module.js:491
throw err;
^

Error: Cannot find module '../tools/node'
at Function.Module._resolveFilename (module.js:489:15)
at Function.Module._load (module.js:439:25)
at Module.require (module.js:517:17)
at require (internal/module.js:11:18)
at Object. (/home/wwwroot/www.yiijj.com/page/www.yiijj.com.index/node_modules/.bin/uglifyjs:6:16)
at Module._compile (module.js:573:30)
at Object.Module._extensions..js (module.js:584:10)
at Module.load (module.js:507:32)
at tryModuleLoad (module.js:470:12)
at Function.Module._load (module.js:462:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] min:js: uglifyjs js/index.js -o js/index.min.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] min:js script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

前端公共库 CDN

{
    "name":"前端公共库 CDN",
    "url":"http://www.codefarm.net/",
    "ico":"",
    "des":"CDNJS 国内镜像,致力于打造一个稳定而又全面的 JS/CSS 库,给前端开发者免费使用。" ,
    "tags":["工具"]
}

网站提交

{
    "name":"江小湖Laker", 
    "url":"http://laker.me/blog", 
    "icon":"http://laker.me/blog/favicon.ico",
    "des":"江小湖的主页—进击的程序媛" ,
    "tags":["前端","技术宅","程序媛"]
}

本地化

小白一枚
手头上有个任务,给公司内网设计一个导航页。看了你的这个前端设计很简洁清爽。
然后我把源码拷贝下来,对data.min.json文件的链接做了修改,然后对于index.html也做了修改。然后发现每晚11.13分我考到本地的部分文件会进行更新。。。然后网页便打不开了。。。
请问能否帮忙,或者说我还需要学习哪些知识?

网站提交

{
    "name": "Colorful", 
    "url": "http://xiaoa.name/", 
    "ico": "http://xiaoa.name/favicon.ico",
    "des": "有个*年路过这里" ,
    "tags": ["js", "node", "前端开发"]
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.