@forhot2000/knockout-starter

1.0.0 • Public • Published

knockout-starter

knockout 项目的启动包,支持编译和发布功能。

install

npm install --save-dev @forhot2000/knockout-starter
yarn add -D @forhot2000/knockout-starter

modify package.json

{
  "scripts": {
    "build": "knockout-starter build",
    "start": "knockout-starter start"
  }
}

build

npm run build

or

yarn build

start

npm start

or

yarn start

/@forhot2000/knockout-starter/

    Package Sidebar

    Install

    npm i @forhot2000/knockout-starter

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    5.97 kB

    Total Files

    9

    Last publish

    Collaborators

    • forhot2000