create-vike icon indicating copy to clipboard operation
create-vike copied to clipboard

WIP: Add telefunc templates

Open mate-h opened this issue 3 years ago • 1 comments

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.

mate-h avatar Oct 11 '21 11:10 mate-h

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.

mate-h avatar Oct 11 '21 19:10 mate-h