Go to file
Ray Elliott 51a917457e rename components 2020-08-15 12:57:26 +01:00
src rename components 2020-08-15 12:57:26 +01:00
.eslintignore initial commit 2020-08-13 13:26:54 +01:00
.eslintrc-md.js initial commit 2020-08-13 13:26:54 +01:00
.eslintrc.js initial commit 2020-08-13 13:26:54 +01:00
.prettierrc.js initial commit 2020-08-13 13:26:54 +01:00
.stylelintignore initial commit 2020-08-13 13:26:54 +01:00
.stylelintrc.json initial commit 2020-08-13 13:26:54 +01:00
README.md initial commit 2020-08-13 13:26:54 +01:00
index.php add/update icon controls 2020-08-14 18:38:15 +01:00
package-lock.json initial commit 2020-08-13 13:26:54 +01:00
package.json initial commit 2020-08-13 13:26:54 +01:00

README.md

Usage

# build and watch for development
npm run dev

# build for production
npm run build