Skip to content

Vue Project Intro

andy.rothwell edited this page Aug 5, 2019 · 31 revisions

Setting up a bundled "Vue Project" with Vue CLI allows you to have your project split into separate files, which helps you keep track of everything. It is easy to make this work, because programs you download will do almost all of the work for you. BUT it does require you to spend some time installing everything and setting up a development environment.

This section will walk you through all of the pieces of this environment.

1. City of Philadelphia Network, Proxy, and Firewall Considerations

If you work for the City of Philadelpiha, before you start trying to install things, make sure you read this so you have a way to troubleshoot installation errors you may get while on the city's proxy:

2. Installations

Use the following links to download and install the following free software:

OPTIONAL:

NOT OPTIONAL:

3. Setting up a Project

Clone this wiki locally