https://github.com/jonanv/crudemployee-phpvue3cli
CRUD with PHP, VUE3 and MYSQL - VUE-CLI
https://github.com/jonanv/crudemployee-phpvue3cli
bootstrap css css3 html html5 javascript node npm php vue vue-cli vue-cli-3 vuejs
Last synced: 3 months ago
JSON representation
CRUD with PHP, VUE3 and MYSQL - VUE-CLI
- Host: GitHub
- URL: https://github.com/jonanv/crudemployee-phpvue3cli
- Owner: jonanv
- Created: 2021-06-09T23:16:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T23:53:49.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T07:16:22.215Z (over 1 year ago)
- Topics: bootstrap, css, css3, html, html5, javascript, node, npm, php, vue, vue-cli, vue-cli-3, vuejs
- Language: Vue
- Homepage:
- Size: 551 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crudemployee-phpvue3cli
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
--
--
# Create project
```javascript
vue create crudemployee-phpvue3cli
```
# Create router
```javascript
vue add router
```
- node --version v14.16.0
- npm --version 7.16.0
- vue@next v3.1.1
- @vue/cli 4.5.13