This is a Svelte start-up project containing:
You can use ES6 in the svelte file, babel-loader will take care of the code compiled by svelte.
# install
> npm i
# start develope
> npm run dev
# start develope for windows
> npm run dev:win
Enjoy.