Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandreruban/fullstack-vue-code
https://github.com/alexandreruban/fullstack-vue-code
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandreruban/fullstack-vue-code
- Owner: alexandreruban
- Created: 2019-04-08T16:58:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T18:03:29.000Z (over 5 years ago)
- Last Synced: 2024-12-03T04:33:44.558Z (about 1 month ago)
- Language: CSS
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.