Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

chrishrtmn/vue-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-Master     Build Status Github All Releases

Create a rapid prototyping environment for modern apps and websites.


Feature Description
Vue Progressive javascript framework
Vuex State management
Fetch Polyfill for HTTP promise-based requests
GraphQL A query language for the API layer
Vue-Apollo Load GraphQL data into your UI for Vue
Rollup Javascript module bundler
Babel Future-proof javascript compiler
PostCSS Future-proof CSS with plugins
Element UI framework based on Vue
Vue-Admin Admin framework based on Vue & Element

Usage

Install vue-cli globally to use the vue command in your terminal

$ npm install -g vue-cli
$ vue init chrishrtmn/vue-master my-project
$ cd my-project
$ npm install

If you have Yarn installed, feel free to use yarn instead of npm install


Building

Serve with hot reload at localhost:8010

npm run dev

Test for staging

npm run test

Build for production with minification

npm run build

Roadmap

  1. To be determined

Contribute

  1. Fork the repo
  2. Create your feature branch: git checkout -b feature/my-feature
  3. Commit your changes: git commit -am "Add my feature"
  4. Push to the branch: git push origin feature/my-feature
  5. Submit a pull request


Vue-Master © chrishrtmn
Released under the MIT License