# vue-cart **Repository Path**: yunwisdoms/vue-cart ## Basic Information - **Project Name**: vue-cart - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-cart Basic Shopping Cart with Vue 2 ES Module (without bundler or build step)
Original version [Web Components Hooks](https://github.com/geocine/web-components-hooks-demo) by [geocine](https://github.com/geocine) Example ------------ * [Vue 2 with Composition API (Vue CLI)](https://github.com/aelbore/vue-cart/tree/vue2-composition-api) * [Vue 2 ES Module with Composition API and import-maps](https://github.com/aelbore/vue-cart/tree/vue2-esm-composition-api) * [Vue 2 using Vite](https://github.com/aelbore/vue-cart/tree/vue2-vite) * [Vue 3 ES Module with Composition API and import-maps](https://github.com/aelbore/vue-cart/tree/vue3-composition-api) * [Vue 3 using Vite](https://github.com/aelbore/vue-cart/tree/vue3-vite) Getting Started ------------ * Install dependencies ``` git clone https://github.com/aelbore/vue-cart.git cd vue-cart npm install or yarn install ``` * Run the Application ``` npm run serve or yarn serve ``` ### Features: * [Vuex](https://vuex.vuejs.org/) - state management * [Vue-Router](https://router.vuejs.org/) - routing * [Goober](https://www.npmjs.com/package/goober) - for css in js