- node >= 10.15.0
- Allowing https on localhost with invalid certificates. (
chrome://flags/#allow-insecure-localhost
for chrome, add an exception for Firefox) - git and git-lfs
npm install
npm start
all will be in the dist folder
npm install
npm run dev
you can avoid to build the app by
npm run dev -- --no-build
npm run build:dev
npm run serve:dev
npm run watch
see all commands with
npx gulp --tasks
run a command (js for example)
npx gulp js
- write recognition https://dev.myscript.com/