Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mya

Package Overview
Dependencies
Maintainers
13
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mya

a build system

  • 1.3.19
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-16.67%
Maintainers
13
Weekly downloads
 
Created
Source

mya

介绍

IES 团队前端集成开发环境,目录规范、技术选型、性能优化、前后端分离、线上静态资源加载等为一体的解决方案。

安装

npm install -g mya

命令

初始化项目

mkdir project
cd project
mya init template # template 为脚手架名字

如:

mya init vue # vue多页面项目
mya init vue_spa # vue单页面项目

启动本地server

mya server start # 启动server
mya server restart # 重启server
mya server stop  # 停止server
mya server open  # 打开server所在目录
mya server clean # 清空server的内容

更多命令请通过 mya server -h 查看

开发

mya release mock -wL # api本地mock模式
mya release develop -wL # api线上代理模式

build

mya release -d output_f

文档

https://wiki.bytedance.net/pages/viewpage.action?pageId=87361658

参考文档

FAQs

Package last updated on 26 Dec 2018

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