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.
- Bev Calculator Code Repo
- Install - Visual Code - Editor
- Install - Node.js Server + npm (package manager)
- 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.
- (optional) Install Cmder - Console Emulator
- (optional) Install - Git command
- (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.
- (optional) Create account at Github
- (optional) Install - Github Desktop
- (optional) Clone Repo Bev Calculator Repo using Github Desktop
- (optional) Git basic commands documentation
- Nuxt3 Framework Documentation
- Apache E-charts Documetation
- Vuetify Form Components Documentation
Look at the Nuxt documentation to learn more.
Make sure to install dependencies:
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev
Check out the deployment documentation for more information.