1 Star 0 Fork 0

duyacode / thirdWorld-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

第三方世界

Build Status

线上访问地址
账号: admin 密码: 123456
一个有梦想的vue项目

项目启动

1、 添加依赖 npm install

整体架构

  • vue
  • ES6
  • vue-i18n
  • mockJs
  • axios
  • nprogress
  • paper
  • vuex
  • vue-router
  • iview
  • js-cookie
  • vue-canvas-effect
  • vue-echarts
  • VCharts

2、 服务默认启动在 localhost:8080(可以在/config/index.js中修改端口号) npm run dev

  • 下面是额外的shell命令(了解就行)

    1、对象打包 ---> 根目录 下的dist文件夹 npm run build
    2、启动unit测试 npm run unit
    3、启动e2e测试 npm run e2e
    4、启动所有测试 npm test

我们的目标 ---> 先搞起来
理想:第三方世界,让世界更美好!

项目图片:

那河畔中的金柳,是夕阳中的新娘;波光里的艳影,在我心头荡漾。-- 徐志摩《再别康桥》

只身一人,默默街头走,身无人,旁无物,只剩无尽暗默,倔强不回头,永远不回首。

部分地方講解

    proxyTable: {
      // 配置代理
      '/api': {
        target: '自己後台的地址', // 改成自己的IP地址
        changeOrigin: true,
        pathRewrite: {
          '^/api': '' // 這一步是選擇的 但是最好加一下防止和自己的其他系統接口衝突
        }
      }
    },
    host: 'localhost', // can be overwritten by process.env.HOST // 要想IP地址訪問要將自己的地址改成自己IP地址
    port: 8080, //  這裡修改成自己想要的端口號(不要和後台重複)

提示 封装的HTTP请求只是初始的状态, 之后需要进一步的封装 封装的http请求的目录在:/src/http/apis.js文件夹下

状态机(初步)

状态 状态精灵提示
200 请求成功
403 接口超时
404 未连接到接口
500 服务器跑丢了

合作人

毒牙(Jimmery), mayben0t

如果对你有用,或者你认为本项目有所价值,请为我们的项目点个Star

MIT License Copyright (c) 2018 毒牙 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

vue后台管理系统项目 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Jimmery/thirdWorld-vue.git
git@gitee.com:Jimmery/thirdWorld-vue.git
Jimmery
thirdWorld-vue
thirdWorld-vue
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891