• This repository has been archived on 12/Nov/2020
  • Stars
    star
    136
  • Rank 259,570 (Top 6 %)
  • Language Vue
  • Created over 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vue2, Vuex 3, Vue Router 3, Element-ui and Typescript SPA project quick start kit(Vue element ui 快速开始脚手架)

Vue element ui quick start

Github issues Github forks Github stars

Project setup

yarn install
$ yarn global add pm2

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

Element UI offical website

See Element UI.

Page Screen Shot

Screen Shot

Project Structure

.
├── public/                       # public files
│   └── ...
├── server/                       # node server files
│   ├── controller                # node controller files
│       └── ...
│   ├── model                     # node model files or mock data files
│       └── ...
│   └── server.js                 # node start file
├── src/
│   ├── assets/                   # other static files
│   │   └── ...
│   ├── actions/                  # Vuex actions file
│   │   └── ...
│   ├── modules/                  # Vuex modules file
│   │   └── ...
│   ├── store/                    # Vuex store file
│   │   └── ...
│   ├── helpers/                  # helper files(e.g:Ajax)
│   │   └── ...
│   ├── components/               # component files
│   │   └── ...
│   ├── main.js                   # app entry file
│   ├── routes.js                 # app router
│   ├── App.vue                   # app main component
│   └── ...
├── static/                       # pure static assets (directly copied)
├── .babel.config.js              # babel config
├── vue.config.js                 # webpack config
├── cypress.json                  # Cypress config
├── tsconfig.json                 # Typescript config
├── tslint.json                   # Tslint config
└── package.json                  # build scripts and dependencies

More Repositories

1

data-structure-and-algorithm

Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
C++
101
star
2

react-neo4j

A Neo4j graph visualization using D3.js and react
TypeScript
38
star
3

blockchain-architecture

Blockchain Architecture study and learn, 区块链技术架构研究和学习
18
star
4

react-typescript-admin

A starter template for TypeScript and React with Ant Design and Dva
TypeScript
15
star
5

cruise

A Continuous Integration (CI) management system homework from Thought Works
TypeScript
12
star
6

AwesomeSwiftApp

An Awesome Swift App
Swift
11
star
7

flutter_common_template

A flutter development template
Dart
9
star
8

tech-architecture

Technology Architecture study and learn,技术架构研究和学习。
Swift
7
star
9

AntDesignProject

JavaScript
5
star
10

svg-koa

A fabric.js and koa application
JavaScript
5
star
11

np-web

An out-of-box UI solution for enterprise applications
TypeScript
4
star
12

flutter_learning

A flutter learning app
Dart
4
star
13

Design

My UI design portfolio
3
star
14

multiple-pages-vue2

Multiple pages front-end project
JavaScript
2
star
15

chachaxw

About
2
star
16

ImageEffect

JavaScript
2
star
17

front-end-multiple-page

Front-end multiple page project by gulp and webpack
JavaScript
2
star
18

WebByVapor

A web application powered by Vapor, which is a web framework for Swift
Swift
2
star
19

cc-lending

A lending dapp which is running on the Solana chain.
TypeScript
2
star
20

react-native-redux-todo

A ToDo list app with react native and redux.
JavaScript
2
star
21

chachaxw.github.io

chachaxw.github.io
HTML
2
star
22

Ionic2App

Ionic2 app
TypeScript
2
star
23

JSExercise

Html, Css and Javascript exercise
HTML
2
star
24

pos_terminal_app

A POS terminal Application
JavaScript
2
star
25

meteor-simple-todos

Meteor todo demo
JavaScript
1
star
26

AwesomeAndroidApp

An Awesome Android App
Java
1
star
27

python_spider

Python spider
Python
1
star
28

xlsx-koa

A js-xlsx and koa application
JavaScript
1
star
29

AmazingEffect

JavaScript
1
star
30

iOSChartsDemo

A iOS chart app demo by swift3
Swift
1
star
31

react-todos

react to sample
JavaScript
1
star
32

ConcurrencyDemo

ConcurrencyDemo in swift
Swift
1
star
33

Front-end-engineer-resume

我的个人简历/My own simple resume
1
star
34

chachaxw.github.io_old

Chacha's blog site
HTML
1
star
35

SwiftLearning

Swift learning everyday
Swift
1
star
36

getti-demo-app

A react native app
JavaScript
1
star
37

koa-starter-template

A nodeJS framework starter template with Koa
JavaScript
1
star
38

Scan-QR-Code

A QRCode scan application powered by Swift3
Swift
1
star
39

awesome-near-app

An awesome near app
Rust
1
star
40

frontend-homework-test

A frontend homework test
HTML
1
star
41

spring-boot-learning

A spring boot learning project
Java
1
star
42

React-Server

React server render
CSS
1
star
43

CardExpansion

JavaScript
1
star
44

Fireworks-With-Canvas

HTML
1
star
45

Grouping

JavaScript
1
star
46

react-three-app

A react threejs app
TypeScript
1
star
47

MindMap

1
star
48

medical-react-front-end

Medical react front-end
JavaScript
1
star
49

Weibo

Weibo in Swift3
Objective-C
1
star
50

vue-spa-quick-start

Vue SPA quick start for mobile webapp
JavaScript
1
star
51

personal-website

My own website || Front-end developer& Designer
CSS
1
star
52

dex-front

Dex front end website
HTML
1
star
53

shein-store-to-shopify-extension

A Chrome extension with syncing Shein products to Shopify function
JavaScript
1
star