https://github.com/marcusziade/cactuarconduit
A blog demystifying tech and coding
https://github.com/marcusziade/cactuarconduit
blog coding software-engineering tech
Last synced: 2 months ago
JSON representation
A blog demystifying tech and coding
- Host: GitHub
- URL: https://github.com/marcusziade/cactuarconduit
- Owner: marcusziade
- Created: 2023-05-27T11:29:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T12:02:14.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T13:14:40.518Z (2 months ago)
- Topics: blog, coding, software-engineering, tech
- Language: Vue
- Homepage: https://marcusziade.github.io/cactuarconduit/
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cactuarconduit
## 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/).