https://github.com/willdoescode/webdesign-class
⚡️A repo for my webdesign class⚡️
https://github.com/willdoescode/webdesign-class
css html sass scss vue webdesign
Last synced: 27 days ago
JSON representation
⚡️A repo for my webdesign class⚡️
- Host: GitHub
- URL: https://github.com/willdoescode/webdesign-class
- Owner: willdoescode
- License: mit
- Created: 2020-10-03T00:01:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-03T00:05:02.000Z (over 5 years ago)
- Last Synced: 2026-04-24T02:14:43.719Z (about 1 month ago)
- Topics: css, html, sass, scss, vue, webdesign
- Language: Vue
- Homepage:
- Size: 119 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webdesign-class
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).