dralia-componentsjs

install node

Usage no npm install needed!

<script type="module">
  import draliaComponentsjs from 'https://cdn.skypack.dev/dralia-componentsjs';
</script>

README

  • FOR DEVELOPMENT

install node: https://nodejs.org/en/download/ //to use npm

install ruby: http://rubyinstaller.org/ //to install sass

install sass: gem install sass //to compile .scss

npm install //to download karma, grunt, protractor and phantomjs

bower install //to install js dependencies (angular, angular-ui, etc.)

webdriver-manager start //get an instance of Selenium Server running

karma start //run unit tests

protractor protractor.conf.js //run e2e tests

grunt watch //automate sass compilation and js minification

//NOTE: In an installation from zero, I needed to install amdefine module (?) npm install amdefine