modular-admin-html icon indicating copy to clipboard operation
modular-admin-html copied to clipboard

How do I build it into static HTML, CSS, JavaScript assets?

Open praveenscience opened this issue 7 years ago • 4 comments

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?

praveenscience avatar May 17 '18 19:05 praveenscience

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:

npm install

npm start

After it is done, go to the "dist" folder and you will find pure HTML, CSS, and JavaScript files.

m10241 avatar May 18 '18 14:05 m10241

does this mean i can use ' pure HTML, CSS, and JavaScript files" in my django developement?

yanadhorn avatar Nov 02 '18 12:11 yanadhorn

Yes, you can use those files in combination with any technologies that supports HTML, CSS, and JavaScript! I don't personally have any experience developing python web applications, but I assume it is OK!

m10241 avatar Nov 02 '18 13:11 m10241

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.

yanadhorn avatar Nov 12 '18 08:11 yanadhorn