# Getting Started
- Install Nodejs from Nodejs Official Page (opens new window)
- Install @Vue/cli 4 globally (opens new window)
- Clone repo
- Navigate to the folder you cloned the repo to
- Open your terminal(CMD/Power Shell etc) to project root( or use Shift + right-click in the folder on windows)
- At project root (/M-Dash) run one of the following commands in the terminal depending on which you use:
npm install
, oryarn install
(if you use Yarn (opens new window) )
- Run
npm run dev --open
oryarn serve --open
to start a local development server- or use
Vue UI
(opens new window)
- or use
- A new tab will be opened in your browser or click the url in the terminal
- You can use Reqres (opens new window) to test logging in/out & data tables api
- otherwise use your own backend or a package like Json Server (opens new window) or JSONPlaceholder (opens new window)
# After, you can also run additional tasks such as:
to build your app for production: npm/yarn run build
To run linting: npm/yarn run lint
You can send us a tweet (opens new window) if you need faster minorish assistance, otherwise create an issue on here.