Skip to content

zhuaoshuai13/webpack

Repository files navigation

Infinix

System requirements

  • node >= 16
  • npm >=

How to development a project?

  • Switch to the project root directory
cd <project_root_directory>
  • Install dependencies
npm i

If you want to create a new product

npm run creat --filename=<newProductname>
npm run start

If you want to maintain the previous product

npm run change --filename=<oldProductname>
npm run start

How to deploy a project?

If you want to publish on the test machine

npm run test-build

If you want to publish on the official plane

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published