Akihiko Odaki b13cc6f39a Do not encode characters allowed in path when generating routes
In RFC 3986, some characters not allowed in query, which encodeURIComponent
is designed for, is allowed in path.
A notable example is "@", which is commonly included in paths of social
profile pages. Such characters should not be encoded.

The new encoding function is conforming to the RFC.
2018-04-14 01:08:27 +09:00
wip
2018-01-21 11:03:23 -05:00
2018-03-10 23:20:11 -05:00
2018-03-04 12:35:13 -05:00
2018-04-06 18:32:44 -07:00
2017-12-18 21:39:17 -05:00
2018-01-01 16:50:21 -05:00
2018-01-21 14:41:11 -05:00
2018-04-06 18:32:44 -07:00
2018-01-01 16:50:21 -05:00
2018-03-10 23:20:11 -05:00
2018-03-10 23:20:11 -05:00
2018-03-10 23:20:11 -05:00

sapper

Military-grade progressive web apps, powered by Svelte.

What is Sapper?

Sapper is a framework for building high-performance universal web apps. Read the guide or the introductory blog post to learn more.

Get started

Clone the starter project template with degit...

npx degit sveltejs/sapper-template my-app

...then install dependencies and start the dev server...

cd my-app
npm install
npm run dev

...and navigate to localhost:3000. To build and run in production mode:

npm run build
npm start

License

LIL

Description
No description provided
Readme MIT 3.4 MiB
Languages
TypeScript 58.1%
JavaScript 32%
Svelte 5.8%
HTML 3.3%
CSS 0.8%