jtlib
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

jtlib

Run react project by integrate webpack.

Install

npm i jtlib -D

Add jtlib to package.json

"jtlib": {
  "entrys": [
    "docs/index.tsx"
  ],
  "dlls": [
    "react",
    "react-dom"
  ],
  "production": {
    "path": "built",
    "filename": "bundle.js"
  }
}

Or add jtlib.config.json in root dir

{
  "entrys": [
    "docs/index.tsx"
  ],
  "dlls": [
    "react",
    "react-dom"
  ]
}

start dev server

jtlib develop

production build

jtlib production

test

jtlib test

Readme

Keywords

none

Package Sidebar

Install

npm i jtlib

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

304 kB

Total Files

57

Last publish

Collaborators

  • fullbook