You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check this if you would like to implement a PR, we are more than happy to help you go through the process.
What problem are you trying to solve?
With the previous version (pre-1.0), it was pretty easy to get the latest build and then setup a page in minutes (if not seconds!) and I enjoyed so much this lib for that simplicity: no build, etc.
Describe the solution you'd like
I want a live example that is not en embedded iframe from a service that is making some magic typescript imports and so on.
A basic HTML + CSS + JS that works and that I can copy and reuse easily without npm install-ing things or building anything. It would also point to correct dist files because it's quite cumbersome to go get these now.
Describe alternatives you've considered
I tried by myself, for an hour or two, and then gave up to go back to the previous version. A bit more sad. At least I learned in the process that you have to launch a server to play with JS modules.
Documentation, Adoption, Migration Strategy
I would create a link from this page entitled “Standalone example”.
The text was updated successfully, but these errors were encountered:
I second this. I have been using the old 0.x Chartist.js and I will not be able to move on to the current version until a true standalone version is available. Many of us do not use any server-side JS frameworks and adding one to a production environment would be an unnecessary complication.
Would you like to work on this feature?
What problem are you trying to solve?
With the previous version (pre-1.0), it was pretty easy to get the latest build and then setup a page in minutes (if not seconds!) and I enjoyed so much this lib for that simplicity: no build, etc.
Describe the solution you'd like
I want a live example that is not en embedded iframe from a service that is making some magic typescript imports and so on.
A basic HTML + CSS + JS that works and that I can copy and reuse easily without
npm install
-ing things or building anything. It would also point to correct dist files because it's quite cumbersome to go get these now.Describe alternatives you've considered
I tried by myself, for an hour or two, and then gave up to go back to the previous version. A bit more sad. At least I learned in the process that you have to launch a server to play with JS modules.
Documentation, Adoption, Migration Strategy
I would create a link from this page entitled “Standalone example”.
The text was updated successfully, but these errors were encountered: