Giter Site home page Giter Site logo

dashboard's Introduction

NAS 导航页

基于配置文件,方便快速迭代的,一款 NAS 导航页

示例

演示地址:https://nas.npmrundev.com/

演示图片

项目结构

├── README.md
├── package.json
├── public
│   ├── conf.yml  # 配置文件
│   ├── favicon.ico # 站点图标
│   └── index.html # 在这里修改网页的标题
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── less # 全局less
│   │   │   └── common.less
│   │   └── theme
│   │       └── pure # 默认主题
│   │           ├── core.less # 主题核心样式文件
│   ├── components
│   │   ├── loading.vue # 加载小圈圈
│   │   └── pure.vue # pure主题
│   └── main.js
├── config
│   ├── index.js # api接口配置
├── vue.config.js
└── yarn.lock

配置文件

配置文件采用了简单易懂的yaml语法,序会自动解析conf.yml并且渲染到页面中,可参考本例项目中的conf.yml

  • 配置图标:使用FontAwesome5,访问FontAwesome5找到对应图表明,配置到conf.yml中,注意前缀fas,fab别弄错了

部署

下载dist.zip文件部署扔到nginx之流的服务器上

下载

下载dist.zip

dashboard's People

Contributors

17px avatar

Stargazers

 avatar  avatar  avatar Nanyo avatar jxxghp avatar

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.