# WordPress导航插件 **Repository Path**: complete-project-collection/word-press-navigation-plug-in ## Basic Information - **Project Name**: WordPress导航插件 - **Description**: 一个不影响现有内容的WordPress导航插件,可以在WordPress的基础上安装此插件实现一个导航网站。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-04-07 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WordPress导航插件 ## demo ![首页](https://gitee.com/DengJe/word-press-navigation-plug-in/raw/master/temp/1.png) ![后台管理](https://gitee.com/DengJe/word-press-navigation-plug-in/raw/master/temp/2.png) # 安装 ## 后台 直接到WordPress 后台上传更目录下到dengje-nav.zip即可 ## 前端 ``` 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 ```