Coder Social home page Coder Social logo

cockpit-data-show's Introduction

vue-tpl

vue3.0 模块,开箱即用

封装组件和指令,ui为[email protected]
page-tpl-new
├─ .eslintrc.js
├─ .gitignore
├─ babel.config.js
├─ package-lock.json
├─ package.json
├─ public
│  ├─ favicon.ico
│  └─ index.html
├─ README.md
├─ src
│  ├─ app.js
│  ├─ App.vue
│  ├─ assets
│  │  ├─ css
│  │  │  ├─ init.css
│  │  │  └─ scroll.scss
│  │  └─ imgs
│  │     └─ login.png
│  ├─ components
│  │  ├─ deteTime
│  │  │  └─ index.vue
│  │  ├─ echartCommon
│  │  │  └─ index.vue
│  │  ├─ index.js
│  │  ├─ Layout
│  │  │  └─ index.vue
│  │  ├─ listCustom
│  │  │  └─ index.vue
│  │  ├─ Loading
│  │  │  ├─ index.module.scss
│  │  │  └─ index.vue
│  │  ├─ NotData
│  │  │  ├─ assets
│  │  │  │  └─ not-data.png
│  │  │  └─ index.vue
│  │  ├─ NotFound
│  │  │  ├─ assets
│  │  │  │  └─ 404.png
│  │  │  └─ index.vue
│  │  ├─ numberScroll
│  │  │  └─ index.vue
│  │  ├─ svgIcons
│  │  │  └─ index.vue
│  │  ├─ systemNav
│  │  │  └─ index.vue
│  │  ├─ Table
│  │  │  └─ index.vue
│  │  └─ themeProvider
│  │     ├─ index.vue
│  │     ├─ script
│  │     │  └─ loadTheme.js
│  │     └─ theme
│  │        ├─ deepBlue.theme.less
│  │        ├─ default.theme.less
│  │        ├─ green.theme.less
│  │        ├─ red.theme.less
│  │        ├─ theme.css
│  │        └─ theme.scss
│  ├─ directives
│  │  ├─ auto-scale
│  │  │  ├─ children.polyfill.js
│  │  │  └─ index.js
│  │  ├─ drag
│  │  │  └─ index.js
│  │  ├─ index.js
│  │  └─ water-marker
│  │     └─ index.js
│  ├─ http
│  │  ├─ axios.js
│  │  └─ index.js
│  ├─ icons
│  │  ├─ index.js
│  │  └─ svg
│  │     ├─ logo.svg
│  │     ├─ long.svg
│  │     └─ yu.svg
│  ├─ main.js
│  ├─ mock
│  │  └─ menus
│  │     └─ index.json
│  ├─ router
│  │  └─ index.js
│  ├─ store
│  │  ├─ common
│  │  │  ├─ index.js
│  │  │  └─ modules
│  │  │     └─ user.js
│  │  └─ index.js
│  ├─ utils
│  │  ├─ bus.js
│  │  ├─ doAnimation.js
│  │  └─ index.js
│  └─ views
│     ├─ index.js
│     ├─ login
│     │  └─ index.vue
│     └─ menu
│        ├─ index.js
│        ├─ router.js
│        ├─ store.js
│        └─ views
│           └─ children
│              ├─ menu-1
│              │  ├─ api.js
│              │  ├─ index.vue
│              │  └─ store.js
│              └─ menu-2
│                 ├─ api.js
│                 ├─ index.vue
│                 └─ store.js
└─ vue.config.js

cockpit-data-show's People

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.