Git Product home page Git Product logo

tigergo001 / bigdata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lishuaixingnewbee/bigdata

0.0 1.0 0.0 1.08 MB

狗蛋实验室推出的智能化数据抓取、处理、分析,挖掘平台。提供美团、大众点评、饿了么、百度地图等数据。

Home Page: https://lishuaixingnewbee.github.io/BigData/dist/

License: MIT License

JavaScript 78.11% HTML 0.10% Vue 17.69% CSS 4.10%

bigdata's Introduction

聚合数据-狗蛋实验室

狗蛋实验室 推出的智能化数据抓取、处理、分析,挖掘平台。提供美团、大众点评、饿了么、百度地图等数据。这是一个 极简的 vue admin 管理后台 它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。

在线 demo: https://lishuaixingnewbee.github.io/BigData/dist/

Build Setup

# Clone project
git clone https://github.com/lishuaixingNewBee/BigData.git
# Install dependencies
npm install

# 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# Serve with hot reload at localhost:9528
npm run dev

# Build for production with minification
npm run build

# Build for production and view the bundle analyzer report
npm run build --report

Demo

demo

Extra

如果你想要根据用户角色来动态生成侧边栏和 router,你可以使用改分支permission-control

本项目基于webpack4开发

如果你想使用基于 vue + typescript 的管理后台, 可以看看这个项目: vue-typescript-admin-template (鸣谢: @Armour)

Element-Ui 使用 cdn 教程

首先找到 index.html (根目录下)

引入 Element 的 css 和 js ,并且引入 vue 。因为 Element-Ui 是依赖 vue 的,所以必须在它之前引入 vue 。

之后找到 webpack.base.conf.js 加入 externals 让 webpack 不打包 vue 和 element

externals: {
  vue: 'Vue',
  'element-ui':'ELEMENT'
}

之后还有一个小细节是如果你用了全局对象方式引入 vue,就不需要 手动 Vue.use(Vuex) ,它会自动挂载,具体见 issue

最终你可以使用 npm run build --report 查看效果 如图: demo

bigdata's People

Contributors

lishuaixingnewbee avatar

Watchers

 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.