Pinterest Downloader is a simple web application that allows users to download images and videos from Pinterest effortlessly. This app is built using Vue.js.
- Quickly and easily download images and videos from Pinterest.
- Simple and intuitive user interface.
- Responsive design that works well on various devices.
- Vue.js: The progressive JavaScript framework used for building the user interface.
-
Make sure you have Node.js and npm installed on your machine.
-
Navigate to the project directory:
cd project
-
Install the project dependencies:
npm install
To start the application in development mode, use the following command:
npm run dev
The app will run at http://localhost:8081
. Open this URL in your browser to use the Pinterest Downloader.
To build the application for production, run:
npm run build
This will create a dist
directory with the production build of the app.
To lint your code, run:
npm run lint
- Vue.js - The progressive JavaScript framework.
- Vue CLI - Standard Tooling for Vue.js Development.
- ESLint - Find and fix problems in your JavaScript code.
Feel free to fork this repository and submit pull requests. Any improvements or suggestions are welcome!
This project is licensed under the MIT License.