How to use front-end projects

about the open source bootstrap framework background: https://github.com/puikinsh/g.
git clone downloads the source code in github, and then installs the dependency through npm install, and then you can find static files in the production folder, but you can"t take them out and use them directly. I wonder if it can be compiled into a folder similar to dist in this framework and used directly?

Oct.08,2021

you probably mean that you want to finally pack it into a folder with an entry index.html or something, and then everything is in this dist folder, which can be copied to the server and used directly.

in fact, the concept is the same, it this project compiled to generate a build folder, which contains some custom js and css, and then the production folder is the production folder, the files inside depend on the vender and build folders.

so it is equivalent to that it is also compiled to generate a dist folder that contains build/,production/,vender/, but this dist folder is not specifically displayed

The things compiled by

are not only css and js , but may also include some font files. Just use the compiled ones directly

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b3244-1ce0b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b3244-1ce0b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?