499 B
499 B
Vue Project
Prerequisites
- NodeJS ^8.9
- npm ^5.6
Steps to Run inside CodeMix
- From the
Quick Open
Command Palette (ctrl/cmd + shift + p) search for:Terminal: Create New Integrated Terminal
- From the
Quick Open
options select this project. - Once you are inside the Terminal, execute:
npm install
- Finally to run this example run
npm run serve
- Open your browser on http://localhost:8080
- To build run
npm run build
and generate HTML/CSS/JS minification.