Our primary documentation can be found here.
# Node.js
Website: https://nodejs.org/en/download/
Mac: brew install node
Ubuntu: sudo apt-get install nodejs
npm
Mac: brew install node
Ubuntu: sudo apt-get install npm
Vue-cli
sudo npm install -g vue-cli
After install the dependencies mentioned above, go to the file root directory and run the following command:
sudo npm install
then start the server by using
npm run serve
If you meet a problem caused by your host, please run:
unset HOST
then run
npm run serve