Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewertoncodes/ideasboard
The Idea board is a simple board which displays ideas in the form of square tiles. You can add ideas, edit existing ideas and delete ideas.
https://github.com/ewertoncodes/ideasboard
bulma-css vuejs
Last synced: about 2 months ago
JSON representation
The Idea board is a simple board which displays ideas in the form of square tiles. You can add ideas, edit existing ideas and delete ideas.
- Host: GitHub
- URL: https://github.com/ewertoncodes/ideasboard
- Owner: ewertoncodes
- Created: 2019-07-23T03:46:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:20:31.000Z (about 2 years ago)
- Last Synced: 2023-08-07T11:04:48.402Z (over 1 year ago)
- Topics: bulma-css, vuejs
- Language: Vue
- Homepage: https://my-ideas.netlify.com/
- Size: 961 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ideaboard
> A Vue.js project
## Build Setup
``` bash
#clone the repository
git clone https://github.com/ewertonorg/ideasboard.git#enter in folder
cd ideasboard# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).