svelte-ionic-app icon indicating copy to clipboard operation
svelte-ionic-app copied to clipboard

Nagivation forwards animation

Open ollyde opened this issue 3 years ago • 3 comments

Awesome job; love it!

Any idea how we can get forwards navigation animations working?

Also; how do we deploy to web?

ollyde avatar Sep 07 '22 15:09 ollyde

Hi thx for the compliments. We live to serve :)

Not sure what you mean with forward navigation animations - there is a non-Ionic rudimentary animation for pages implemented in IonPage.svelte. If that is what you are looking for?

As to "deploy to web". This depends on where you want to deploy to. I am using Firebase, but you easily go to Netlify, Vercel etc. That is not an Ionic thingy. Once you build the assets for production (npm run prod), the goodies to put on the webserver are in /dist/client folder

Tommertom avatar Sep 07 '22 16:09 Tommertom

I deploy via standard container, gcloud :-)

But what I mean is, what are the steps to deploy web, it's just the same static code?

ollyde avatar Sep 08 '22 07:09 ollyde

Hi - yes. I myself build the assets using the npm run prod command and then use firebase cli to upload the dist/client files to firebase hosting. So fully static hosting of html, css, js and other files

Maybe even easier than setting up gcloud container?

And the SPA rewrite rules are immediately set properly

Tommertom avatar Sep 08 '22 16:09 Tommertom

I think this can be closed now - although having open issues is mostly a healthy sign ;)

Tommertom avatar Nov 14 '22 20:11 Tommertom