Welcome to Verto Imports, a web application designed for managing and purchasing Apple products. This project is currently under development for personal use, allowing administrators to add and remove products easily. Users can also log in to purchase Apple products.
Verto Imports is a web application focused on managing and purchasing Apple products. It is currently in development for personal use, with features that allow administrators to easily add and remove products from the store. Users have the option to log in and purchase Apple products.
Before running Verto Imports, ensure you have the following software installed on your system:
- Node.js (version 18.16.1 or higher)
- Clone the repository:
git clone https://github.com/your-username/verto-imports.git
- Change to the project directory:
cd verto-imports
- Install dependencies:
yarn install
Verto Imports includes several npm scripts to streamline development and deployment:
-
dev
: Starts the development server using Vite. -
build
: Transpiles TypeScript files, builds the application using Vite, and prepares it for production. -
preview
: Previews the production build using Vite. -
lint
: Check code styles of all files using Eslint.
-
@vitejs/plugin-vue
: Vite plugin for Vue.js development. -
sass
: Syntactically Awesome Style Sheets (Sass) for styling. -
typescript
: TypeScript for type checking and static analysis. -
vite
: Vite development server and build tool. -
vue-tsc
: TypeScript compiler for Vue.js projects.
-
@popperjs/core
: Dependency for Bootstrap components. -
axios
: HTTP client for making network requests. -
bootstrap
: Front-end framework for building responsive web applications. -
cypress
: End-to-end testing framework. -
vue
: Vue.js framework for building user interfaces. -
vue-router
: Official router for Vue.js. -
vue3-google-login
: Google login integration for Vue 3. -
vuex
: State management library for Vue.js. -
vuex-persist
: Vuex plugin for state persistence.
If you would like to contribute to the project, please follow the guidelines outlined in CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE file for details.