https://github.com/sebgui/vue-blog
Vue3 training: Posts CRUD with i18n, responsive, comment system, login system...
https://github.com/sebgui/vue-blog
Last synced: 5 months ago
JSON representation
Vue3 training: Posts CRUD with i18n, responsive, comment system, login system...
- Host: GitHub
- URL: https://github.com/sebgui/vue-blog
- Owner: SebGui
- Created: 2024-05-03T08:02:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T13:43:07.000Z (about 2 years ago)
- Last Synced: 2025-04-01T11:14:34.204Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-vue-blog
A simple multilingual, responsive CRUD post manager with login interface and rights over posts.
Passwords are ciphered with salt, for the simplicity of testing, as of now, creating account doesn't require email, so please don't forget you password :)
## Project setup
```
npm install
```
### Run local DB
```
npx json-server --watch ./data/db.json
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).