Menu
Libraries |
Category

Svelte-TypeScript-WebPack-Starter

  • A Svelte starter project with TypeScript, WebPack, and other common web development tools
  • Includes bundled libraries: jQuery, Bootstrap, Font-Awesome, RxJS, Lodash, and whatwg-fetch
  • Designed for developers building Svelte applications with TypeScript integration
  • Features a demo app showcasing:
    • Data fetching from remote APIs
    • Data presentation using jquery.dataTables
    • Toast notifications (though Toastr is currently inactive)
  • Project structure highlights:
    • Core initialization files (main.ts, polyfills.ts, vendor.ts)
    • Custom .sve extension for Svelte components (configurable)
    • Separation of styles, structure, and logic in components
  • Provides WebPack configuration based on Angular2-WebPack-Starter
  • Includes development and production build scripts
  • License: MIT

svelte-componentssvelteboilerplatetypescriptjavascriptwebapp-boilerplate

Comments