This awesome name was created by the great Stanley.
The main goal of Vueverine is to set patterns to be followed on Vue projects. It was inspired by Juggernaut.
Gif by Michael B. Myers Jr.
Step by step to get this up and running
git clone https://github.com/vilaboim/vueverine.git && cd vueverine
yarn
yarn start
These are some of patterns definitions to help us to keep a default configuration and front-end arquitecture.
- NPM or Yarn?
npm
has a known issue with hoisted packages (here), that is the reason we useyarn
. - UI Kit library? TODO
- Linter: If You don't use Gandalf Lint Vue, you shall not pass.
- Do you want a component pattern? Get here
- src/assets: Static files (images, fonts and icons);
- src/components: Components to be shared and reused in the project;
- src/common: TODO
- src/containers: Page components that apply business knowledge and present themselves as pages;
- src/routes: Routes of the app to be used by SPA and user navigation;
- docs: TODO
This project was bootstrapped with Vue CLI.
MIT License
Copyright (c) 2019 Lucas Vilaboim
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.