Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexandreruban/fullstack-vue-code


https://github.com/alexandreruban/fullstack-vue-code

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Code examples for Fullstack Vue

## Setup

Please refer to the second chapter in the book for instructions on setting up your environment with Node & npm.

## Installing packages for all projects

You can install all the packages for all the projects up front, saving you time in the future. To do so, from this directory:

```
npm i
npm run install-all
```

Unless you have a quantum computer connected directly to an Amazon data center, this task will take a long time to complete.

## Running the code

See the respective `README.md` for each project.