切换主题
对于使用NPM的项目:
npm run serve
对于使用yarn的项目:
yarn run serve
npm install xxx
yarn add xxx
npm uninstall xxx
yarn remove xxx
npm run build
yarn run build