1. 首页
  2. 数据库
  3. 其它
  4. 论文:JavaScript UI库 源码

论文:JavaScript UI库 源码

上传者: 2021-02-25 11:05:16上传 ZIP文件 9.39KB 热度 13次
纸 Paper是一个JavaScript UI库,可用作ESM模块,没有依赖性。 安装 git submodule add https://github.com/tomashubelbauer/paper 用法 HelloWorld.js import { Component , h1 , div , ... } from './paper/index.js' ; export default class HelloWorld extends Component { // This constructor must be present for Paper to be able to d
用户评论