web-code-tools

0.0.1 • Public • Published

前端开发常用工具函数

项目安装流程

1、安装:

项目目录结构

test - 测试文件目录
src - 源文件目录
dist - 打包后文件
...

v1.0.0 版本介绍(基础函数工具演示)

1、普通 html 页面引用

  <script src="../dist/ht-code-tools.js"></script>
  <script>
    utils.demo1();
  </script>

1、工程化项目中引入(vue)

  import * as utils from 'ht-code-tools'
  utils.demo1()
  或
  import { demo1 } from 'ht-code-tools'
  demo1()

Readme

Keywords

Package Sidebar

Install

npm i web-code-tools

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

12.9 kB

Total Files

3

Last publish

Collaborators

  • lieyue