# website **Repository Path**: MicroIoT/website ## Basic Information - **Project Name**: website - **Description**: MicroIoT官方网站 https://www.microiot.top - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Logo

microiot.top

[MicroIoT](https://www.microiot.top)-极速构建你的物联网产品。 ### Install the dependencies ```bash npm install ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash quasar dev ``` ### Lint the files ```bash npm run lint ``` ### Build the app for production ```bash quasar build ```