Skip to content

vankichi/style

Repository files navigation

style

style

Usage

  1. install

    npm install
  2. complie

    // complie and output to dist/bundle.js
    npx webpack
  3. run&watch

    • update automatelly
    npm run dev:watch