A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
Steps to clone and work with the repo:
- (once) Clone the repo: git clone https://github.com/dragospaulpop/attendances.git
- (everytime) Switch to your branch: git branch nacisa SAU git branch madalina
- git pull origin narcisa SI/SAU git pull orign madaina SI/SAU git pull origin master
- make your code changes
- (everytime) Add your changes: git add --all
- (everytime) Commit your changes: git commit -m "appropriate message here"
- (everytime) Push changes: git push origin master SI/SAU madalina SI/SAU narcisa