Socket
Socket
Sign inDemoInstall

mybricks-app-pcspa

Package Overview
Dependencies
Maintainers
0
Versions
443
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mybricks-app-pcspa

中后台类PC页面搭建


Version published
Weekly downloads
452
increased by137.89%
Maintainers
0
Weekly downloads
 
Created
Source

mybricks-app-pcspa

PC通用搭建应用

dev

启动react应用及服务

yarn watch:test
cd pages
yarn dev:react

启动vue2应用及服务

yarn watch:test
cd pages
yarn dev:vue2

build

打包react应用

cd pages
yarn build:react
//or 打包离线应用
yarn build:react-offline

打包vue2应用

cd pages
yarn build:vue2
//or 打包离线应用
yarn build:vue2-offline

publish

运行发布命令时会串行发布(zip或npm)两个应用包(目前是react和vue2)。具体参考publish脚本文件

发布离线应用

npm run publish:offline

发布在线应用

npm run publish:online

Keywords

FAQs

Package last updated on 13 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc