Skip to content

Minimal demo for svelte v3 with ssr support, for both SPA and MPA.

Notifications You must be signed in to change notification settings

lcjnil/svelte-ssr-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte-ssr-webpack demo

Minimal demo for svelte v3 with ssr support.

Setup

  1. npm install
  2. npm start

Build

  1. NODE_ENV=production npm run build

Add new page

This is a demo for both SPA and MPA, you can do this step to add new page:

  1. edit src/routes to add new matched routes.
  2. add corresponding entry, should be equal with page-a/index.js;

About

Minimal demo for svelte v3 with ssr support, for both SPA and MPA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published