Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 161 Bytes

File metadata and controls

17 lines (12 loc) · 161 Bytes

How to start

// 1. install dependency
npm install

// 2. start dev server
npm start

//or

// 2. build
npm run build

// 3. serve html
npm run serve