Quickly build a framework7 project: first run an official project (native development mode)

First of all, we need to download the source code of the official website project to the local:

download link

After downloading, decompress to get the following files:

Command interface to install gulp globally

npm install --global gulp

 

Enter the project folder and execute the command:

npm install

 

Then execute the command to run the project:

npm run core:prod

 

After the command is built, it can be automatically opened in the browser.

QQ exchange group: 824144151

More framework7 original tutorials

Guess you like

Origin blog.csdn.net/qq_22502303/article/details/105994684