An open API service indexing awesome lists of open source software.

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

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