metocherry / step-by-step

study frontend about html, css, and javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step By Step

UI

  • Timeline
  • Range Slider
  • Loading
    • Infinite Loading Animation

Comand Lines

lerna init

Create a new Lerna repo or upgrade an existing repo to the current version of Lerna.

lerna init

lerna create <name>

Create a new lerna-managed package

lerna create timeline

lerna add <pkg> [globs..]

Add a single dependency to matched packages

lerna add parcel --dev
lerna add typescript --scope=timeline

lerna run <script> [options]

lerna run start --scope=clip-path-mousemove-effect

About

study frontend about html, css, and javascript


Languages

Language:HTML 63.5%Language:CSS 28.8%Language:TypeScript 4.1%Language:JavaScript 3.7%