Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.26 KB

README.md

File metadata and controls

48 lines (32 loc) · 2.26 KB

Without Collaboration:

Steps 4 to 10 are optional if we won't collaborate on the same codebase synchronously.. If that is the case you can just download the zip + extract it from zero step. Follow steps 1,2,3. Then install and run it as below with npm install and afterwards npm run dev and read any documentation needed from 11 to 13 so you are able to make changes.

Tools + documentation:

  1. Bev Calculator Code Repo
  2. Install - Visual Code - Editor
  3. Install - Node.js Server + npm (package manager)
  4. Make sure npm command can be typed + enter in Command Prompt (cmd.exe) and you don't get a message 'npm' is not recognized as an internal or external command, operable program or batch file.
  5. (optional) Install Cmder - Console Emulator
  6. (optional) Install - Git command
  7. (optional) Make sure git command can be typed + enter in (cmder.exe) and you don't get a message 'git' is not recognized as an internal or external command, operable program or batch file.
  8. (optional) Create account at Github
  9. (optional) Install - Github Desktop
  10. (optional) Clone Repo Bev Calculator Repo using Github Desktop
  11. (optional) Git basic commands documentation
  12. Nuxt3 Framework Documentation
  13. Apache E-charts Documetation
  14. Vuetify Form Components Documentation

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Check out the deployment documentation for more information.