-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I build it into static HTML, CSS, JavaScript assets? #101
Comments
Download a copy of files in your computer and extract the contents of the zip file. Make sure that you have node.js and npm installed on your computer Open a Terminal (or commandline) and Navigate to the extracted folder Run the following commands:
After it is done, go to the "dist" folder and you will find pure HTML, CSS, and JavaScript files. |
does this mean i can use ' pure HTML, CSS, and JavaScript files" in my django developement? |
Yes, you can use those files in combination with any technologies that supports HTML, CSS, and JavaScript! |
thank you very much i do some research and found what every tech it use to dev. i just build it to html,css,javascript and then i can inject python or django code into it. what a cool. |
Pretty much that's my question. I am using a PHP based application and I would like to use the current Yarn app in PHP. How should I be converting this into pure HTML, CSS, JavaScript?
The text was updated successfully, but these errors were encountered: