webpack-cli-multi
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
217434
52