⚠️ DEVELOPMENT HALTED ⚠️ |
---|
svelte-accmod (an experimental version of Svelte) was primarily developed for usage with svelthree . Since svelthree is now "default Svelte first" (not "svelte-accmod first" as before), the development of svelte-accmod and svelte-accmod-template has been halted! (may be continued at some point in future, though). |
This is a modified version of the official svelte starter template using svelte-accmod instead of svelte. The installation process is basically the same. Standard deployment workflows should be the same (not tested yet).
Using degit:
npx degit vatro/svelte-accmod-template svelte-accmod-app
cd svelte-accmod-app
npm install
If you want to use TypeScript, after installation (or right after cloning the template via e.g. degit, see above.):
node scripts/setupTypeScript.js
Please note: this template uses svelte-accmod-patch which replaces original Svelte files (see svelte
directory inside node_modules
) with corresponding (version) svelte-accmod files. See svelte-accmod-patch-README for more details.