The Learning Resources App
1. Adding Resources (Custom component, Named Slots, Refs, Provide-Inject, Custom Styling)
2. Deleting Resources (Custom component, Named Slots, Props, Emits, Provide-Inject, Custom Styling)
3. Custom Popup for Invalid insertion (Named Slots, Emits,Custom Styling)
4. Followed Vue Style Guide, Fallthrough attribute concept, Prop Drilling concept,
Keep-alive concept, Teleport concept
1. Download the zip/ clone the repository
2. Open with an IDE (Visual Studio Code recommended)
3. Open terminal in VS Code and run - npm install --> npm run serve
4. Copy the server localhost link and open it in a browser/ ctrl + right click on the link
"scripts": {
"serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},