Quick Development Guidelines
Debugging
These few issues will make your life a lot easier, so during development, remember to:
use the debug version of the source code,
handle the "app:error:resolve" event,
check the quality of your code before each commit with (
npm run lint
).
Jet-style Development
And remember this important advice:
Last updated