A very simple and responsive app, useful as a boilerplate. You will find a slightly complex but scalable CRUD system.
I used Yarn
for this project, before starting up you will need to have a backend server running. It is set to watch localhost:3333
but you can change this using env files.
$ yarn
$ yarn dev
Will install dependencies and run project.
@vue/cli 4.5.9 Vuex 3.4.0 Vuetify 2.2.11 Axios 0.21.0 Vue Router 3.2.0
The env files should be set up as the .env.sample
, but if you wish to have more then one environment such as development, homolog and staging, you should change package.json
config to proper handle environments.
git clone https://github.com/leobezr/CRUD.git
cd your-project/
yarn
If you choose to build this project, you should configure the .env
file and add a .env.development.local
for development environment.
You can find the backend documentation here