Coder Social home page Coder Social logo

mobxspa's People

Contributors

tianlikai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mobxspa's Issues

打包bug

打包后index.html中路径少了一个点,而且css文件有个重复的
image

使用nginx部署production出现的问题

使用nginx指向 npm run build的dist路径后出现下面这个错,能帮看下吗

vendors.78c603f1.dll.js:17 ReferenceError: G is not defined
    at render (main.8609896d.chunk.js:1)
    at t.render (react.4b575fcb.dll.js:30)
    at Ua (vendors.78c603f1.dll.js:17)
    at Da (vendors.78c603f1.dll.js:17)
    at yu (vendors.78c603f1.dll.js:17)
    at cl (vendors.78c603f1.dll.js:17)
    at ul (vendors.78c603f1.dll.js:17)
    at Zu (vendors.78c603f1.dll.js:17)
    at Ku (vendors.78c603f1.dll.js:17)
    at Ll (vendors.78c603f1.dll.js:17)

nginx config

server {
  listen 5001;
  root  /path/to/mobxSpa/dist;
  index index.html index.htm;

  location / {
     try_files $uri /index.html =404;
  }
}

v2.0.1有点bug

在表格页-》查询表格 查询列表以后 点击查看详情以后页面跳转,但是导航栏的详情页=> 基础详情页 并没有高亮选中

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.