• This repository has been archived on 17/Dec/2018
  • Stars
    star
    216
  • Rank 182,735 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 6 years ago

Reviews

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

Repository Details

Vue starter with Element-UI [READY, unmaintained now]

Vue-Element-Starter

Demo: https://metnew.github.io/vue-element-starter/

Sponsor

bitHound Overall Score bitHound Dependencies Known Vulnerabilities

Includes:

Out-of-box:

(theme color is purple, but you can use your own color, more info below)

Folder structure:

app
β”œβ”€β”€ build // webpack config files
β”œβ”€β”€ client - Your App
β”‚   └── components - your components
β”‚   β”œβ”€β”€ router - routing
β”‚   β”œβ”€β”€ store - Vuex store
β”‚   β”œβ”€β”€ styles - styles folder with scss vars, mixins, etc.
β”‚   β”œβ”€β”€ views - your pages
β”‚   β”œβ”€β”€ app.js - import dependencies and App component
β”‚   β”œβ”€β”€ index.js - main file
β”‚   β”œβ”€β”€ pwa.js - for PWA apps
β”œβ”€β”€ dist - build.
β”œβ”€β”€ static - static assets, etc.
β”œβ”€β”€ tests - Your tests
β”œβ”€β”€ theme - Element UI generated theme

Template built based on Vuepack bolirplate

To start:

 git clone https://github.com/Metnew/vue-element-starter.git vue-project  
 cd vue-project && rm -rf .git
 npm install
 npm run generate_default_styles # run this command to generate default_styles for Element-theme

Element-theme generates default styles. Just change primary-color in ./client/element-variables.css and run:

 npm run generate_theme

Now app is ready and you can run it with:

 npm run dev

Make production build:

 npm run build

Also

PRs, issues, questions, <something-another> are always welcome.
Feel free to contact me (or add new issue).

Author

Vladimir Metnew [email protected]

LICENSE

MIT

More Repositories

1

suicrux

πŸš€ Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
JavaScript
943
star
2

uxss-db

πŸ”ͺBrowser logic vulnerabilities ☠️
HTML
682
star
3

neural-finance

Neural Network for HFT-trading [experimental]
Python
83
star
4

telegram-links-nsworkspace-open

Telegram (v4.9.155353) was rendering file:// links + opening them via NSWorkspace.open -> code execution.
HTML
37
star
5

write-ups

Objective-C
34
star
6

next-semantic-ui-react

Next.js + SUIR tiny starter
JavaScript
20
star
7

rce-helpviewer-parallels-for-mac

Revisiting Helpviewer.app to hack Parallels for Mac
JavaScript
17
star
8

crypto-price-prediction-projects

List of crypto price prediction ML projects
11
star
9

tiny-universal-skeleton

Alternative approach to HMR for both server with SSR and client in development.[EXPERIMENTAL EXAMPLE]
JavaScript
10
star
10

atarax

Yet another guΡ—dΡ‘ about React/Redux.
8
star
11

React-Koa-Rethink

Example app with Koa/React/RethinkDB, socket.io [ARCHIVED]
JavaScript
8
star
12

chrome-applescript

Execute downloaded file in "script editor" using Chrome.
HTML
4
star
13

webpack-pkg-plugin

Makes executables from your scripts with Webpack.
JavaScript
3
star
14

git-hash-package

Set git hash in package.json
JavaScript
2
star
15

webpack-get-code-on-done

Returns compiled code from Webpack compiler.
JavaScript
1
star
16

async-in-redux-tutorial

How to work with async actions in Redux? All approaches with pros and cons. [ will not be finished :( ]
JavaScript
1
star
17

express-socket.io-run

The simplest setup, pure Express + pure Socket.io
JavaScript
1
star
18

crypto-algorithms-for-university

Some crypto algorithms I've written from the scratch for university class.
JavaScript
1
star
19

awral

Awesome Wrapper for Redux Action's Lifecycle [IGNORE, USE PROMISE-MIDDLEWARE INSTEAD]
JavaScript
1
star
20

afaik-mach-o

Assembly
1
star
21

BinaryTrees

Binary trees tutorial
JavaScript
1
star
22

gh_run_download_git_artifacts

gh_run_download_git_artifacts
1
star
23

go-terraform-aws-gitlab-starter

1
star
24

reas

Extract pure source code from webpack-compiled script
JavaScript
1
star