Giter VIP home page Giter VIP logo

Comments (3)

kayo5994 avatar kayo5994 commented on May 14, 2024

你打的内容乱码了,我只能猜测,应该是没有在项目中安装 QMUI Web 的依赖包,或者依赖包安装不全,可以尝试在项目的 UI_dev/qmui_web 目录中删除 node_module 目录(如果没有这个目录说明没有安装依赖包),然后执行 npm install 命令重新安装依赖包。
另外建议直接使用 QMUI 的 Yeoman 脚手架 generator-qmui 来配置 QMUI,该工具会自行完成所有项目配置和依赖包安装:

#安装 Yeoman,如果本地已安装可以忽略
npm install -g yo
#安装 QMUI 的模板
npm install -g generator-qmui
#在项目根目录执行以下命令
yo qmui

from qmui_web.

calcyu avatar calcyu commented on May 14, 2024

感谢抽空回复,项目依赖包是正常的 我用Webstorm可以正常使用,使用QMUI Web工具直接乱码,感觉和环境有关,web工具调用Gulp出错了 出错日志乱码 我也不晓得是什么原因,我再研究一下

from qmui_web.

kayo5994 avatar kayo5994 commented on May 14, 2024

好的,可以试试把系统终端编码改成 UTF-8,直接在终端中调用 QMUI 的 Gulp 命令,看看输出日志的编码是否正确。

from qmui_web.

Related Issues (19)

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.