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