# eshop **Repository Path**: xingang/eshop ## Basic Information - **Project Name**: eshop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eshop eshop webapp ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` ## Project Structure * `src/assets` - folder with static assets (images) * `src/components` - folder with custom `.vue` components * `src/css` - put custom app CSS styles here. Don't forget to import them in `main.js` * `src/pages` - app `.vue` pages * `src/main.js` - main app file where you include/import all required libs and init app * `src/routes.js` - app routes * `src/app.vue` - main app structure/component