create-vike
create-vike copied to clipboard
WIP: Add telefunc templates
Have a look at https://github.com/brillout/wildcard-api/tree/renaming/examples .
Once it's implemented, we can then see who wants to do the required changes on Telefunc.
And more importantly it will surface what is missing (or not) in create-vike
.
Run example for testing
git clone [email protected]:brillout/wildcard-api.git
cd wildcard-api
git checkout -b renaming
cd telefunc
npm i
npm run build
cd ../examples/vite
npm i
ln -s ../../telefunc ./node_modules/telefunc
npm run dev
Open browser at localhost:3000.