Socket
Socket
Sign inDemoInstall

webpack-cli-multi

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-cli-multi - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"name": "webpack-cli-multi",
"version": "1.0.8",
"version": "1.0.9",
"description": "a simple webpack config cli for multi apps suooprt vue & react",

@@ -5,0 +5,0 @@ "main": "views/*/main.js",

@@ -1,33 +0,30 @@

## Introduce
## Introduce
this is a simple self use cli for multi-views app with webpack
## Base on
node `8.6.0`
node `8.6.0`
npm `5.3.0`
## Quick to start
1.make sure you have install webpack npm with global
2.download this project
3.npm install
4.npm run dev-* (example:npm run dev-mobile) `develop mode`
5.npm run build-* (example:npm run build-mobile) `build mode`
1.make sure you have install webpack npm with global
2.download this project
3.npm install
4.npm run dev-* (example:npm run dev-mobile) `develop mode`
5.npm run build-* (example:npm run build-mobile) `build mode`
## Directory
```
|--- dist #build files
|--- node_modules #node packages
|--- src #dev folder
|--- dist #build files
|--- node_modules #node packages
|--- src #dev folder
|--- components #global components
|--- css #global css
|--- common.scss #global css-style
|--- variable.scss #global css-variable
|--- img #global img
|--- js #global script
|--- api.js #api conf
|--- common.js #global js with all plugins & functions & conts
|--- ...
|--- static #static files for relative path
|--- css #global css
|--- common.scss #global css-style
|--- variable.scss #global css-variable
|--- img #global img
|--- js #global script
|--- api.js #api conf
|--- common.js #global js with all plugins & functions & conts
|--- ...
|--- static #static files for relative path
|--- views #all views

@@ -34,0 +31,0 @@ |--- mobile #display mode

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