\n \n
\n \n Quick Start\n
\n \n\n \n
\n - \n Start a command prompt window or terminal and change directory to\n
[unpacked path]/themes/{{ appName.toLowerCase() }}/vue/
.\n \n \n {{\n `cd themes/` + appName.toLowerCase() + `/vue`\n }}\n
\n - \n Install the Vue local project dependencies by executing\n
npm install
\n command. This command will install the dependencies in the local\n node_modules
folder. By default,\n npm install
will install all modules listed as\n dependencies in package.json
.\n \n \n {{ `npm install` }}\n
\n \n Execute
npm run serve
command to launch the server,\n watches your files, and rebuilds the app as you make changes to\n those files. Open your browser on\n
http://localhost:8080/.\n
\n \n {{ `npm run serve` }}\n
\n \n This command will take some time to finsh. Please wait for it to\n complete.\n
\n
\n
\n For more detailed information to install the Vue application, visit\n this official Vue\n
documentation website.\n
\n \n