Skip to content

Chaunjie/Aui-react

Repository files navigation

Usage

The following commands are available in your project:

# Start for development
npm start # or
npm run serve

# Start the dev-server with the dist version
npm run serve:dist

# Just build the dist version and copy static files
npm run dist

# Run unit tests
npm test

# Auto-run unit tests on file changes
npm run test:watch

# Lint all files in src (also automatically done AFTER tests are run)
npm run lint

# Clean up the dist directory
npm run clean

# Just copy the static assets
npm run copy

##node version

v4.2.6

About

基于AUI做的一套移动端react组件库。预览地址:https://Chaunjie.github.io/Aui-react/dist/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published