0.1.1 • Published 6 years ago

alertui v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

This is a boilerplate for developing a component, built with webpack4 , es6 and sass.

  1. npm run dev - for devlopment mode some ubuntu machines have a problem with watching file changes, run below command to fix the issue.

    echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
  2. npm run build - for production mode

  3. npm run test - testing with jest
0.1.1

6 years ago

0.1.0

6 years ago