Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 354 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 354 Bytes

activity template

Install

adam add tpl-activity

Initial

adam init

Usage

  • compile: npm run compile
    • compile js: npm run js
    • compile css: npm run css
  • watch: npm run watch
    • watch js: npm run watch:js
    • watch css: npm run watch:css
  • serve: npm run serve
  • dev: npm run dev
  • build: npm run build