Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fecony/vuetty-kanban-vue-web
🚧 Abandoned Kanban web app created with Vue.js
https://github.com/fecony/vuetty-kanban-vue-web
bulma vue vue-router vuex
Last synced: about 1 month ago
JSON representation
🚧 Abandoned Kanban web app created with Vue.js
- Host: GitHub
- URL: https://github.com/fecony/vuetty-kanban-vue-web
- Owner: fecony
- Created: 2019-04-29T09:19:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T12:40:47.000Z (over 5 years ago)
- Last Synced: 2024-11-05T15:35:36.977Z (3 months ago)
- Topics: bulma, vue, vue-router, vuex
- Language: Vue
- Homepage:
- Size: 997 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuetty Kanban Vue Web
[![Netlify Status](https://api.netlify.com/api/v1/badges/62d41172-c196-4c68-873c-afc469701b6b/deploy-status)](https://app.netlify.com/sites/quirky-lumiere-7d10cf/deploys)
## Description
Kanban Application Project created with Vue.js ❤️
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
## Installing
A step by step series of examples that tell you how to get a development env running
> Copy project to local machine
```
git clone [email protected]:Fecony/vuetty-kanban-vue-web.git
```> Move to project directory and Install dependencies
```
cd vuetty-kanban-vue-web
npm install
```> Compile and hot-reload for development
```
npm run serve
```> Create .env file and add all variables needed,. Or take a look to .env.example file
```
VUE_APP_SERVER = [SERVER_URL]
```> Start Application
```
npm run serve
```## Running the tests
> TODO
## Deployment
Application is deployed to Netlify. In Order to add/update environment variables go to Project dashboard.
Deploys from `master` are published automatically.## Built With
- [Vue](https://vuejs.org/) - The web framework
- [Vue Router](https://router.vuejs.org/) - Official router for Vue.js
- [Vuex](https://vuex.vuejs.org/) - State management library for Vue.js
- [Bulma](https://bulma.io/) - CSS Framework
- [npm](https://www.npmjs.com/) - Dependency Management## Authors
- **Ricards Tagils** - _Development_ - [Fecony](https://github.com/Fecony)
- **Diana Pukaine** - _Development_ - [dianapukaine](https://github.com/dianapukaine)## License
> TODO