ZUI 前端框架基础

1.zui UI安装

官网下载包,然后放到一个简单的目录里,然后

运行cmd

到你的那个目录

执行npm config set registry https:\\registry.npm,taobao.org

执行 npm install
执行 npm start

ZUI 前端框架基础_第1张图片

啊 

ZUI 前端框架基础_第2张图片

2.helloworld



  
    
    
    
    Hello world!
    
    
  
  
    

Hello, world!

把这个存为index.html放在dist文件夹下

然后浏览器访问http://127.0.0.1:8088/dist/ 就有了。

你可能感兴趣的:(nodejs)