论文:JavaScript UI库 源码
纸 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
用户评论