Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 290 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 290 Bytes

title(){

	return this.options.title || this.options.name;
}

Quick start:

$ yarn # npm install
$ yarn build # npm run build

Development

Run Webpack in watch-mode to continually compile the JavaScript as you work:

$ yarn watch # npm run watch

Happy Coding!