Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

JTaro Module Demo

运行开发示例

首页确保已安装git和nodejs(6或以上)

git clone https://github.com/chjtx/JTaro-Module.git

cd JTaro-Module

node src/server.js

在浏览器打开http://localhost:3000/demos/index.html

Rollup打包示例

# 安装rollup、rollup-plugin-jtaro-module
npm install

node build.js

build/index.html拖到浏览器访问