Skip to content

RubaiyadNoorShahriar1999/Course-Project-2-The-Learning-Resources-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Course-Project-2-The-Learning-Resources-App

The Learning Resources App

Features:

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

To run this project

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

Special Instruction

Open package.json and replace the script section with this:
        "scripts": {
        "serve": "set NODE_OPTIONS=--openssl-legacy-provider &&  vue-cli-service serve",
        "build": "vue-cli-service build",
        "lint": "vue-cli-service lint"
      },

About

The Learning Resources App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published