Getting started
What practical steps should I take when starting a new project?
- Clone
Eiskis/bellevue
git clone [email protected]:Eiskis/bellevue.git
- Install dependencies with
npm install
- Take a quick look at the application structure diagram?
- Decide: do you want to use Vuex?
- You can use either services, Vuex or both to implement global state management
- Draft the user-facing structure of your app by adding pages and routes
You might want to remove the demo page, but you can also keep it around and maintain it as a component cheatsheet and test page for your project.