View the demo at https://shirodkarpushkar.github.io/vue-boilerplate/
Simple Boiler plate for making large vue applications.
- already contains structured files and folder
- high scalability
- Installed with required dependencies
- Added Jost Google font
- Provided basic template for starting page
- template generator
- custom vs-code snippet
- override scss variables in src/design
The following dependies are used to make life lot simpler for Vue developers all packages are at their latest version.
- axios
- bootstrap
- command-line-args
- jquery
- jsonwebtoken
- lodash
- normalize.css
- nprogress
- roboto-fontface
- v-runtime-template
- vue
- vue-awesome-swiper
- vue-image-lightbox
- vue-lazyload
- vue-meta
- vue-multiselect
- vue-router
- vue-toasted
- vuejs-paginate
- vuelidate
- vuex
# 1. Clone the repository.
git clone {REPO_URL}
# 2. Enter your newly-cloned folder.
cd {PROJECT_DIR}
# 3. Install dependencies. Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install
yarn
# 4. Start the development server.
yarn dev
- To create a vue template
yarn new view
- To create a store module
yarn new module
- To create a component
yarn new component
change snippet as per requirement present in .vscode/_components.code-snippet
Want to contribute? Great! Pull Request's shall be verified and accepted.
MIT
Free For All, Hell Yeah!