Development
Development Guide
When developing, you need to have Node
, Git
environment in the local machine, and need to know about npm
,Vue.js
, MQTT
,TypeScript
and other related knowledge.
# Fork & Clone project
git clone git@github.com:${name}/MQTTX.git
cd MQTTX/web
yarn install
# Compile and hot reload for development
yarn run serve
# Compile and compress to build a production version
yarn run build
# Compiles for production & serve generated files of site locally
yarn run start
After a successful build, the corresponding files of the successful build will appear in the dist
directory.
Contributing
Please make sure to read the Contributing Guide before making a pull request.