lework / Lenav
Licence: mit
一个简便的公司内部网址导航站,省去到处找服务地址烦恼......
Stars: ✭ 58
Programming Languages
javascript
184084 projects - #8 most used programming language
Labels
Projects that are alternatives of or similar to Lenav
React Site Nav
A kick ass site menu powered by styled components inspired by Stripe.
Stars: ✭ 155 (+167.24%)
Mutual labels: navigation, nav
Webstackpage.github.io
❤️静态响应式网址导航网站 - webstack.cc
Stars: ✭ 3,054 (+5165.52%)
Mutual labels: navigation, nav
bsnav
An extended Bootstrap 4 menu with a bunch of utilities
Stars: ✭ 90 (+55.17%)
Mutual labels: navigation, nav
Hc Offcanvas Nav
JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
Stars: ✭ 201 (+246.55%)
Mutual labels: navigation, nav
Webstack
WordPress 版 WebStack 导航主题 https://nav.iowen.cn
Stars: ✭ 662 (+1041.38%)
Mutual labels: navigation, nav
Wp Bootstrap Navwalker
A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
Stars: ✭ 3,290 (+5572.41%)
Mutual labels: navigation, nav
Menuspy
A JavaScript library to make navigation menus highlight the item based on currently in view section.
Stars: ✭ 283 (+387.93%)
Mutual labels: navigation, nav
Luxbar
🍸 Featherweight, Responsive, CSS Only Navigation Bar
Stars: ✭ 663 (+1043.1%)
Mutual labels: navigation, nav
Material Bottom Nav
A bottom navigation bar adhering to the Material Design specification.
Stars: ✭ 41 (-29.31%)
Mutual labels: navigation, nav
Responsive Menu Ant Design
A simple implementation of responsive navigation for Ant Design.
Stars: ✭ 28 (-51.72%)
Mutual labels: navigation
React Responsive Navbar
Nothing crazy, nothing flashy, just a simple, flexible & completely customisable responsive navigation bar component.
Stars: ✭ 42 (-27.59%)
Mutual labels: navigation
Simple Navigation
A ruby gem for creating navigations (with multiple levels) for your Rails, Sinatra or Padrino applications. Render your navigation as html list, link list or breadcrumbs.
Stars: ✭ 868 (+1396.55%)
Mutual labels: navigation
Flowzard
Isolates navigation from UI and Business logic with simple wizard like mechanism.
Stars: ✭ 49 (-15.52%)
Mutual labels: navigation
Simple Stack
[ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers).
Stars: ✭ 1,012 (+1644.83%)
Mutual labels: navigation
Tianbot racecar
DISCONTINUED - MIGRATED TO TIANRACER - A Low cost Autonomous Driving Car Educational and Competition Kit
Stars: ✭ 26 (-55.17%)
Mutual labels: navigation
lenav
是一个简便的公司内部网址导航站,省去到处找服务地址烦恼......
技术栈
vue2 + vuex + vue-router + vue-lazyload + iview + clipboard + js-cookie + webpack + less + sass + axios
添加网址
在public/data/nav.json
文件中存放着收录的网址信息文件
添加网址条目的格式如下:
{
"company": {
"title": "公司环境地址",
"name": "com",
"nav": [
{
"icon": "./static/images/jenkins.png",
"name": "jenkins",
"desc": "测试环境Jenkins",
"link": "http://127.0.0.1:8080/"
}
]
}
}
项目运行
npm install
环境配置
dev 环境配置 .env.dev
文件
NODE_ENV=dev
BASE_URL=""
prod 环境配置 .env.prod
文件
NODE_ENV=production
BASE_URL="https://cdn.jsdelivr.net/gh/lework/[email protected]/docs/"
-
BASE_URL
: 接口请求的根路径。
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Compiles and minifies for dev
npm run build-dev
把
docs
目录下的内容放在web服务器就可以啦
效果演示
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].