The front-end resource package contains the static files required for front-end project deployment. After the user compiles and builds the front-end project, the static files required for deployment are generated in the dist folder of the project. To create a front-end resource package, access the dist folder, right click all files, and then select Compressed (zipped) folder. The compressed zip package generated is the front-end resource package. The content of the compressed package is as shown in Figure-1.
Figure-1 Front-end resources package content example
The zip file must directly contain the static files in the dist folder, and you cannot place the static files in a folder. |