New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

soundmake-web

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soundmake-web

soundmake后台管理系统

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

传音后台管理系统编译

开发前提

  • 安装nodejs 开发使用的版本为v16.13.0

开发

在该目录下进入命令行

安装依赖

npm install --registry=https://registry.npm.taobao.org

启动开发模式

npm run dev

打包

# 打包
npm run build:prod

打包生成的文件为该目录/dist, 将打包后的目录放到服务器的对应目录下即可

部署

  • 注意需要先执行编译指令
  • 部署的服务器、目录以及对应服务器的账号密码参见./sftp.json
npm run publish

Keywords

vue

FAQs

Package last updated on 09 Nov 2023

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