Go to file
Ray Elliott 8645088119 add toggle control for inline 2020-08-14 11:43:04 +01:00
src add toggle control for inline 2020-08-14 11:43:04 +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 initial commit 2020-08-13 13:26:54 +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