ayano-react
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "ayano-react", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "react app creator", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -12,2 +12,5 @@ # Ayano | ||
```bash | ||
npm install -g ayano | ||
``` | ||
```bash | ||
ayano init <name> | ||
@@ -18,2 +21,30 @@ cd <name> | ||
### ayano-script | ||
###### start | ||
```bash | ||
ayano-script start //start app with a webpack devServer | ||
``` | ||
ayano has inner webpack config file, you can use `--config -c [path]` to use custom config file | ||
###### build | ||
```bash | ||
ayano-script build // build app | ||
``` | ||
ayano has inner webpack config file, you can use `--config -c [path]` to use custom config file | ||
###### outputConfig | ||
```bash | ||
ayano-script outputConfig | ||
``` | ||
This command will out put innner config file to current dir | ||
###### Proxy | ||
Add proxy settings to `package.json`, about config, to see [webpack devServer proxy](https://webpack.js.org/configuration/dev-server/#devserver-proxy) | ||
### AyanoReact | ||
@@ -20,0 +51,0 @@ |
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
11072
147