Basic trello clone made with Vue,node,express and mongo
To get up and running run:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Yes, that's it. Only two commands!
If you still think that's too much effort, you could also run:
$ npm i && npm run dev
But yeah, this will basically do the same as npm install
.
Now the app will auto open in a new browser window at http://localhost:8080/#/
, or what ever is the configs you made
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
This app made by Eslam nasser
Contributions, questions and comments are all welcome and encouraged. For code contributions submit a pull request with unit test.
This project is licensed under the MIT License