All Projects → BiYuqi → fe-navigation

BiYuqi / fe-navigation

Licence: other
前端导航网站,优秀的前端资讯网站

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to fe-navigation

frontend-test
Teste para Frontend na DevPartner
Stars: ✭ 18 (+28.57%)
Mutual labels:  frontend-web, frontend-developer
XamFormsVMNav
Xamarin Forms ViewModel First Navigation
Stars: ✭ 22 (+57.14%)
Mutual labels:  navigation
reactjs-portfolio
Welcome to my portfolio react.js repository page.
Stars: ✭ 109 (+678.57%)
Mutual labels:  frontend-web
SlideNavigation
🐢 类似‘今日头条顶部导航栏跟手势滑动’效果
Stars: ✭ 18 (+28.57%)
Mutual labels:  navigation
dom-navigator
⚓️ JS library that allow keyboard navigation through DOM elements (←↑→↓).
Stars: ✭ 36 (+157.14%)
Mutual labels:  navigation
DeezerClone
This Application using Dagger Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData),Navigation based on MVVM architecture.
Stars: ✭ 81 (+478.57%)
Mutual labels:  navigation
Sextant
A ReactiveUI navigation library for Xamarin.Forms
Stars: ✭ 124 (+785.71%)
Mutual labels:  navigation
react-native-navigation-drawer-extension
Drawer API built on top of wix react-native-navigation for iOS and Android (with TypeScript!)
Stars: ✭ 151 (+978.57%)
Mutual labels:  navigation
ASMapLauncher
ASMapLauncher is a library for iOS written in Swift that helps navigation with various mapping applications.
Stars: ✭ 41 (+192.86%)
Mutual labels:  navigation
stardust-SDK
Stardust SDK and sample app for Unity
Stars: ✭ 23 (+64.29%)
Mutual labels:  navigation
universal-router
↩️ Router for every occasions
Stars: ✭ 64 (+357.14%)
Mutual labels:  navigation
HotelManagementSystem
Hotel Management System created with Restify and Angular 9
Stars: ✭ 23 (+64.29%)
Mutual labels:  frontend-web
SmartVHDL
SublimeText Plugin for VHDL (highlight, autocompletion, navigation, ...)
Stars: ✭ 12 (-14.29%)
Mutual labels:  navigation
react-native-boilerplate
Ready-made structure of your next React Native application within a few minutes.
Stars: ✭ 36 (+157.14%)
Mutual labels:  navigation
TET
TET- Trans Euro Trail - Public Files
Stars: ✭ 27 (+92.86%)
Mutual labels:  navigation
eventbus-plugin
IntelliJ iDEA plugin to work with projects using greenrobot's EventBus library
Stars: ✭ 25 (+78.57%)
Mutual labels:  navigation
Mentro-Community-Blog
A blogging website for the mentrozens community with topics focused on Web development and Open Source.
Stars: ✭ 26 (+85.71%)
Mutual labels:  frontend-web
RouterService
💉Type-safe Navigation/Dependency Injection Framework for Swift
Stars: ✭ 212 (+1414.29%)
Mutual labels:  navigation
poor-maps
Maps and navigation for Sailfish OS
Stars: ✭ 42 (+200%)
Mutual labels:  navigation
IoT-iBeacon
An Ionic app for indoor localization and navigation using BLE iBeacons.
Stars: ✭ 39 (+178.57%)
Mutual labels:  navigation

前端导航网

前端导航云集高质量前端网站的内容,云集大量前端网站。优秀的前端资讯网站

贡献

  • fork当前库
  • clone到本地
  • 创建分支
  • 新增数据或功能

重点:

  • 添加数据(required) /jsondata/data 该目录是数据存放地,最后会生成basedata.json. 每个名字都是对应一个路由分类, eg: 最外层javascript 即是约定的路由名称,代码里会读取改名字进行渲染, 内部是数组,每个数组都有name, 作为分类依据分为javascripjquery两大类,字需要配置好该处,组件会自动渲染该数据

    {
      "javascript": {
        "javascript": [
          { name: "", link: ""}
        ],
        "jquery": []
      }
    }
  • 添加名称映射(/config/keywordMapping.js) /config/keywordMapping.js,此处存放所有子目录的名称映射,需要添加

    eg:

    'wechat-doc': '小程序文档'
  • 路由(/config/routesNameMapping.js) 如果只是更新原有内容, 那就不必在乎路由这一环节,如果是想新增一级路由(新建了json文件),则需要添加对应路由名称到/config/routesNameMapping.js 添加对应路由,以及侧边栏显示名字,此处用二维数组 ['javascript', 'Javascript']

  • 本地测试

// start vue project
npm run serve

// watch the JSON file change then automatically create jsondata
npm run watch

本地使用

# download
git clone https://github.com/BiYuqi/fe-navigation.git
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].