Home

Awesome

Friendly-vue-starter

Full featured Vue.js starter project for browser apps. Main focus:

Features

Usage

git clone https://github.com/mcongy/friendly-vue-starter
cd friendly-vue-starter
npm install
npm run dev

npm run dev to start the webpack-dev-servcer in development mode with hot-reloading

npm run build to build and optimize the application for production use

npm run analyze to build and analyze the production bundle via webpack-bundle-analyzer

npm run clean to remove node_modules, package.lock, yarn.lock and dist folder

npm run lint to run Eslint on whole project

npm run check to check for outdated packages

npm run serve:build to serve production build with spa-http-server (works with history API routing)

There's also a husky pre-commit hook included, that will run eslint before commiting and possibly abort the operation if there are any errors. You can also add things like flow-typechecking and unit/e2e testing here, to ensure quality of your git repository

Roadmap

Caveats

Backend

Friendly-vue-starter is configured to use GraphQL. You can use any GraphQL backend, your custom backend or BaaS solution like graph.cool or scaphold.io<br /> If you do not want or can't use a GraphQL backend, you can simply remove apollo-client and fetch your data using any HTTP client (I recommend using axios or unfetch )

Contributors

<p><img src="https://cdn.pbrd.co/images/GBXxXB1.png" height="105" width="78"></p> <p>Matúš Čongrády</p>