A Vue.js project
This is a simple mini blog to learning Vuejs, its you can post some content with tags, navegete between menus with vue-router and consuming a API with Json Web Token authentication. To do the design was used Bulma.
I did the backend in Springboot Blog Project.
Building..
- About
- Account
- Contanct
- Login
- Multiselect
- Post
- UpdatePost
- /posts: Basically is the home page where if the user authenticated can make a post.
- /login: Authentication of user.
- /about: Simple about.
- /contact: Information of contact.
- /account: Account where you can edit information of user [Building].
# 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.