I downloaded antd, from github to learn about local development. It"s OK to start anything locally, but I can"t find the command to package it into a static page locally. Which one should it be?
I downloaded antd, from github to learn about local development. It"s OK to start anything locally, but I can"t find the command to package it into a static page locally. Which one should it be?
should be npm run dist
all supported commands are written in package.json
I don't know which antd, you downloaded on github may just be a demo example and cannot be directly used in production and development.
now antd officially recommends create-umi to create an antd project. You can learn about
Hello ~ I would like to ask how to deploy the https://github.com/ant-motion. project to the server. Ask for advice
Previous: According to the key value, js selects the items that meet the conditions to form a new array.