Socket
Socket
Sign inDemoInstall

@ywjt/spa-m-builder

Package Overview
Dependencies
69
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ywjt/spa-m-builder

> TODO: description


Version published
Maintainers
2
Created

Readme

Source

@ywjt/spa-m-builder

TODO: description

Usage

const spaMBuilder = require('@ywjt/spa-m-builder');

创建项目目录

cp -r common_frontend/packages/antd_mobile_pure demo

添加公共库

cd demo
git init
git add .
git ci -m 'init'
git remote add common https://ywgit.gz4399.com/ywkf/common_frontend.git
git subtree add --prefix=common common master --squash

app及打包环境准备

cd demo
yarn install
cd common/build_webpack4_mobile
yarn install

启动

cd demo
yarn start

FAQs

Last updated on 27 Sep 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc