micro-app

(★ 6,250)

A simple, efficient and powerful micro front-end framework. 一款简约、高效、功能强大的微前端框架

  • .browserslistrc
  • .editorconfig
  • .eslintignore
  • .eslintrc.js
  • .gitignore
  • .travis.yml
  • commitlint.config.js
  • Contact.md
  • DEVELOP.md
  • DEVELOP.zh-cn.md
  • jest.config.js
  • LICENSE
  • package-lock.json
  • package.json
  • README.md
  • README.zh-cn.md
  • rollup.config.js
  • tsconfig.json
  • yarn.lock

# Installation Guide

1. Get the code
git clone https://github.com/jd-opensource/micro-app

Downloads the entire project code from GitHub to your computer.

cd micro-app

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
yarn add @micro-zoe/micro-app

Type this command into your terminal and run it.

yarn bootstrap

Type this command into your terminal and run it.

yarn start

Starts the development/run server.

<img src="https://img.shields.io/npm/v/@micro-zoe/micro-app.svg" alt="version"/>

Type this command into your terminal and run it.

<img src="https://img.shields.io/npm/dt/@micro-zoe/micro-app.svg" alt="downloads"/>

Type this command into your terminal and run it.

After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation