Home  >  Article  >  Web Front-end  >  What technology stacks are used in Vue.js high-imitation Ele.me takeout?

What technology stacks are used in Vue.js high-imitation Ele.me takeout?

零下一度
零下一度Original
2017-06-26 15:21:032635browse

What technology stacks are used in Vue.js high-imitation Ele.me takeout?

I have been learning Vue.js for a while. In order to deepen my understanding and application of Vue, I made a small project. This is a high-imitation Ele.me takeout WebApp that has completed product preview, product details, merchant preview, adding shopping, viewing comments and other functions.

Partial screenshots

What technology stacks are used in Vue.js high-imitation Ele.me takeout?

What technology stacks are used in Vue.js high-imitation Ele.me takeout?

What technology stacks are used in Vue.js high-imitation Ele.me takeout?

#Technology stack

Although The project is small, but common technical tools are used. This project is suitable for Vue beginners, and they can learn the use of various tools. If you can complete this project independently, it will be of great help in automating the construction of Vue projects. Big help. Students who are learning Vue may wish to try it for themselves. The technology stack used in this project is:

  • MVVM framework: Vue.js(2.x)

  • State management: Vuex

  • Front-end routing: Vue-router

  • Server communication: axios

  • Scrolling plug-in: iscroll

  • Build tool: webpack

  • css preprocessing: stylus

Instructions

The online preview version data is mock data, which is obtained from the server without using axios. If you want to understand the use of axios in this project, you can fork this project and clone it to view locally.

The above is the detailed content of What technology stacks are used in Vue.js high-imitation Ele.me takeout?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn