Code Monkey home page Code Monkey logo

nnugeodata's Introduction

nnu_geodata

目标

长三角数据中心网址:http://nnu.geodata.cn:8008/

将长三角数据中心的数据更好的应用到模型中。由于数据根本用不起来,考虑复制部分数据到程序中,然后先把这个模式走通 使用的 vue/cli3,Element 组件地址: https://element-plus.gitee.io/zh-CN/ (vue/cli3 写法有变动,不懂的多看文档或者Google)

步骤

  1. 把大概页面创建好,可以参考参与式平台

    参考参与式平台的 个人空间,不需要有用户的创建登录

    参与式代码: 可以下载来看看,不懂的可以问大明

  2. 复制数据,用户的验证

  3. 跑一些简单的模型或者直接是数据分析

  4. 后端代码:geoDataBackEnd

代码结构

node 版本: v16.6.2

参考的前端平台:gin-vue-admin

代码结构如下:

nnu_geodata
├── src   -- 源代码
│   ├── api  -- 所有请求
|   |   ├── data.js  -- 数据相关的 api
|   |   ├── user.js  -- 用户相关的 api
│   ├── assets  --  图片等静态资源
|   ├── components  -- components 通用组件
|   ├── router  -- 路由
|   ├── store  -- store vuex
|   |   ├── modules  -- modules 
|   |   |   ├── catlog.js  -- 目录信息
|   |   |   └── user.js  -- 用户信息
|   |   └── index.js  -- index
|   ├── styles  -- css
|   ├── utils  -- 工具
|   |   ├── bus.js  -- mitt 工具
|   |   ├── date.js  -- 日期转换
|   |   ├── deepClone.js  -- 深拷贝功能
|   |   ├── request.js  -- axios service 服务
|   |   ├── validate.js  -- 一些验证函数
|   ├── view  -- 主要view代码
|   |   ├── data  --  数据管理页面
|   |   ├── help  --  帮助页面
|   |   ├── project  --  项目管理页面
|   |   ├── task  --  任务管理页面
|   |   ├── tool  --  工具管理页面
|   |   ├── user  --  登录注册、个人中心 页面
|   |   ├── index.vue  --  导航页面
│   ├── App.vue  -- 入口页面
│   ├── main.js  -- 入口文件 加载组件 初始化等
│   └── permission.js  -- 跳转限制
├── README.md  -- 说明文档
├── vue.config.js  -- vue-cli 配置
└── package.json  -- package.json

Project setup

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

Customize configuration

See Configuration Reference.

nnugeodata's People

Contributors

giswhale avatar newrudy avatar zzz8881998 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.