Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @released/check-lines with all npm packages installed. Try it out:

var checkLines = require("@released/check-lines")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@released/check-lines v1.1.0

## 使用方式 1. npm i check-lines 2. package.json中启动命令添加 zline --PORT 7000 3. 客户端入口文件中导入client进行初始化 const {client} = require('check-lines') client() 4. webpack配置中配置loader插件 const {lineLoader} = require('check-lines') { test: /\.(ts|js)$/, use: lineLoader, exclude: /node_modules/ }

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free