ljtql

In the project directory, you can run:

Usage no npm install needed!

<script type="module">
  import ljtql from 'https://cdn.skypack.dev/ljtql';
</script>

README

Available Scripts

In the project directory, you can run:

开发模式
打开 http://localhost:3000访问。

npm start

打包整个包

npm run build

编译 es 包,提供按需加载功能

npm run compile

调试文档

npm run styleguide

打包文档

npm run styleguide:build

分析 bundle 包

npm run analyze

修改后重新发布 npm 包

1 npm run build
2 npm run compile
3 npm publish