chrishrtmn / vue-master

Badass rapid prototyping with Vue, Rollup, and PostCSS.

Home Page:https://github.com/chrishrtmn/vue-master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Badass rapid prototyping with Vue, Rollup, and PostCSS.

https://github.com/chrishrtmn/vue-master


Languages

Language:JavaScript 65.0%Language:HTML 18.1%Language:Vue 16.9%