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 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:20:31.000Z (over 3 years ago)
- Last Synced: 2025-10-23T18:42:37.565Z (8 months 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).