🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

aui-component

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

aui-component

基于agile ui和agile vm框架的ui组件

npmnpm
Version
0.2.7
Version published
Weekly downloads
42
50%
Maintainers
1
Weekly downloads
 
Created
Source

agileui模板说明

此模板默认包含:agile-ui、agile-ce和aui-component框架用于组件化的mvvm模式开发。

项目以webpack开发和打包。

目录结构说明

资源构建目录位于public/build目录下

app目录:应用代码目录,组件、js等需要webpack打包的资源均放置在此目录

@auicomponents目录:为所有aui所有内置组件的目录,并且已经都发布到npm中,使用方法为

第一步:安装 npm install @auicomponents/{组件名}

第二步:使用 require('@auicomponents/{组件名}')

app目录:存放所有组件的综合示例

app/components目录:存放示例自己的组件

app/page目录:存放使用的页面级组件

public目录:webpack-dev-hot静态目录

public/index.html文件:为开发版入口文件

public/build目录:为webpack构建资源保存的目录,文件名为bundle.js

如有必要请自行修改webpack.config.js文件进行个性化配置

FAQs

Package last updated on 21 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