Git Product home page Git Product logo

sph-vue2's Introduction

项目说明

基本介绍

介绍尚品汇商城前端服务,本项目基于Vue2开发。

技术栈:Vue2全家桶

主要功能:商城首页页面、登录注册页面、搜索页面的呈现以及相应的逻辑业务

项目目录结构

|-- SPH							#尚品汇
    |-- .gitignore
    |-- babel.config.js			
    |-- jsconfig.json			
    |-- package-lock.json		
    |-- package.json
    |-- README.md
    |-- vue.config.js			#配置跨域代理
    |-- public					#静态资源
    |-- src
        |-- App.vue
        |-- main.js				#入口文件
        |-- api					#统一处理请求
        |-- assets				#组件共用的静态资源
        |-- components			#通用组件
        |-- mock				#请求模拟器
        |-- pages				#路由组件
        |-- router				#配置路由
        |-- store				#vuex仓库
        |-- utils				#其他处理

运行项目

初始准备

安装Git

克隆项目

git clone [email protected]:jiu2021/SPH-vue2.git

安装依赖

npm install ...
//见package.json文件

启动项目

npm run serve
//服务已在http://localhost:8080启动

sph-vue2's People

Contributors

jiu2021 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.