Virsical

Virsical 3.0 by React & Redux

Usage no npm install needed!

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

README

环境要求


  1. 环境要求 node js环境 ,请安装最新node js 版本

初始化依赖库


  1. 更新代码后执行npm install

编译发布


具体命令请查阅 package.json 中的script,以下会列出几个常用的

  1. npm run start 启动开发服务
  2. npm run test 启动测试
  3. npm run dist 在dist目录下生成发布包
  4. npm run clean 清除发布编译的垃圾
  5. npm run lint 执行lint检查语法规范