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

hola-cli-service

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hola-cli-service

hola-scaffold的cli服务

latest
npmnpm
Version
0.0.9
Version published
Weekly downloads
9
80%
Maintainers
1
Weekly downloads
 
Created
Source

hola-cli-service

service for hola-cli

开始

  • 安装依赖

$ npm install hola-cli-service

  • 配置 hola.config.js
 configs: [
   {
     moduleName: 'china',
     moduleEntry: './app/china/main.js',
     publicPath: {
       test: '/',
       prod: '/'
     },
     // webpack环境变量注入
     env: {}
   }
 ],
  • 配置命令
"scripts": {
  "dev": "hola-cli-service serve",
  "build": "hola-cli-service build"
},
  • 启动服务

$ npm run dev

FAQs

Package last updated on 07 Jan 2021

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