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

@dpapejs/cli

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dpapejs/cli

🛠️ Webpack5 Tooling for Vue.js2x Development

  • 0.3.0-next
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@dpapejs/cli

npm npm NPM

Description

🛠️ Webpack5 Tooling for Vue.js2x Development

Scaffolding Your First Dpa Project

Compatibility Note

Dpape-CLI requires Node.js version >=12.2.0.

Use NPM:

$ npm init dpa@latest

Use Yarn:

$ yarn create dpa

Use PNPM:

$ pnpm create dpa

Full Docs

Change Logs

Logs

Default macro processing configuration

# start run mode
MACRO_[mode name]
# start dev
MACRO_DEV
# build prod
MACRO_PROD

Monitor configuration parameters sent to the server

interface params {
  errorMessage: string
  message: string
  stack?: string
  source?: string
  line?: number
  column?: number
}

2.7 目标:

  • 完成vue2.7.x升级
  • 删除vue-router自动身材机制(改成插件模式)
  • 删除内置宏处理机制。(改成插件模式)
  • 完善组建模式开发(删除内置机制,改成插件模式)
  • 支持异常监控配置(插件模式)
  • 优化hooks函数使用方式
  • 支持单元测试(jest)
  • 支持代码提交配置
    • 组件版本自动关联package.json 中的version字段
    • 修复全局引入无法单独使用
    • 支持样式文件less源文件,适配用户自定义主题变化

Keywords

FAQs

Package last updated on 01 Aug 2022

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