Vue2 Elm

screenshot of Vue2 Elm
express
vue
less
scss

Large single page application with 45 pages built on vue2 + vuex. 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用

Overview:

This project is an open-source implementation of an online food delivery platform inspired by the popular service provider "Ele.me". It offers a comprehensive user experience, incorporating features like user registration, login, product display, shopping cart, order placement, and more. The project aims to provide a practical example for individuals looking to explore Vue.js in a real-world application scenario.

Features:

  • Location Services: Ability to locate users.
  • City Selection: Users can choose their city.
  • Address Search: Allows users to search for addresses.
  • Restaurant Listings: Displays a list of nearby restaurants based on the selected address.
  • Filtering Options: Users can sort and filter restaurants based on criteria like distance, popularity, ratings, and cuisine.
  • Shopping Cart Functionality: Enables users to add items to the cart for checkout.
  • Order Placement: Users can place orders for food delivery.
  • User Account Management: Includes features like login, registration, password modification, and personal information management.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.