Git Product home page Git Product logo

think-ant-vue's Introduction

ThinkPHP Ant Design Pro Vue

LICENSE Build Status

ThinkPHP 6.0 与 Ant Design Pro Vue 基础权限系统
基于 Ant Design Vue Pro

预览地址:

开发文档:http://doc.wfunc.com

Ant Design Vue Pro 文档: https://github.com/vueComponent/ant-design-vue-pro

后端: https://github.com/xiaodit/think-admin

服务器提供:okteto

预览账号

  • 超级管理员 admin, 1234

前端部署

安装

yarn

预览

yarn serve

打包

打包后的文件位于 /dist/

npm run build

刷新404问题

location / {
  try_files $uri $uri/ /index.html last;
}

后端API配置

本地测试-修改此处 生产部署-修改此处

VSCode

如果使用此编辑器,建议你配置下以下信息

格式化

setting.json

    "vetur.format.defaultFormatter.js": "vscode-typescript",
    "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[vue]": {
        "editor.defaultFormatter": "octref.vetur"
    }

处理缩进

安装 EditorConfig 插件

https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig

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.