https://github.com/sierrasoftworks/vue-template
A Vue.js web application template designed to be as lightweight as possible while offering an extensive set of features
https://github.com/sierrasoftworks/vue-template
docker element-ui typescript vue vue-router vuex
Last synced: about 1 year ago
JSON representation
A Vue.js web application template designed to be as lightweight as possible while offering an extensive set of features
- Host: GitHub
- URL: https://github.com/sierrasoftworks/vue-template
- Owner: SierraSoftworks
- License: mit
- Created: 2018-02-04T17:25:36.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T01:25:19.000Z (about 1 year ago)
- Last Synced: 2025-04-07T02:27:23.343Z (about 1 year ago)
- Topics: docker, element-ui, typescript, vue, vue-router, vuex
- Language: TypeScript
- Size: 1.18 MB
- Stars: 25
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vue-template [](https://travis-ci.org/SierraSoftworks/vue-template)
**An ultra-lightweight Vue web application template**
This template tries to push the limits of how light a Vue application can
be while still offering an extensive set of features. It tries its best to
avoid having heavy devlopment dependencies (like WebPack and Babel) while
still allowing you to write your code in TypeScript and make use of some of
the great libraries available for Vue.js.
## Features
- TypeScript
- Vue.js
- ElementUI
- Vue-Router
- Vuex
- Material Icons
- Markdown Support
- Browser-Sync
- Builds a Docker container
There are also a number of example filters, components and views to showcase
how to use the template, not to mention a store implementation and API client.
## Development
```bash
npm install # Install everything you need
npm start # Start up Browser-Sync to automatically refresh when changes are made
```