The UI of this Web App was written using the Vue FrameworK in JavaScript.
To run the server, please make sure you have installed vue
- Installation
npm install-g @vue/cli
# OR
yarn global add @vue/cli
You can check you have the right version (3.x) with this command:
- vue --version
After Vue has been installed, and the source code of the Web Design Course has been retrieved
run
- npm run serve
If you are familiar with JavaScript and are considering to go more in depth with the Vue framework, please visit the following website:
vue doc