New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hi-create

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hi-create

构建react单页或者多页应用脚手架

  • 0.0.3
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

目录结构

├── build 构建环境的目录
├── config 构建环境的配置
├── dist 生产环境的目录
├── dev  开发环境的目录
├── static 静态文件
└── src 功能部门配置
     ├── actions 暂时没用
     ├── assets 存放资源(图片等)
     ├── components 存放UI组件和木偶组件(不包含内部逻辑,只渲染dom)
     ├── containers 容器组件,进行UI组件整合,负责处理业务逻辑及数据绑定
     ├── router 放置路由文件
     ├── stores 将原来组件里的props和state拿出来作为一个类,进行监听管理。这个就是store,我们这里对功能节点进行分类来划分store
     ├── views 入口文件

Build Setup

### install dependencies
npm install
### serve with hot reload at localhost:8080
npm run dev
### build for 生产环境 with minification
npm run prod
### build for qa环境 with minification
npm run qa
### build for rd环境
npm run rd

其他插件

classnames axios

FAQs

Package last updated on 20 Dec 2017

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

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