mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 12:57:46 +00:00
.substr() is deprecated so we replace it with .slice() or substring() which aren't deprecated Signed-off-by: Tobias Speicher <rootcommander@gmail.com> Co-authored-by: Steven <steven@ceriously.com>
Stencil Example
This directory is a brief example of a Stencil app that can be deployed to Vercel with zero configuration
Deploy Your Own
Deploy your own Stencil project with Vercel.
Live Example: https://stencil-template.vercel.app
How We Created This Example
To get started with Stencil deployed with Vercel, you can use the Stencil project initializer to initialize the project:
$ npm init stencil