Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ayano-react

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ayano-react - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"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 @@

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