Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronytacodev/cardsimple_vue
Let’s create simple cards, banners using VueCli and Sass
https://github.com/ronytacodev/cardsimple_vue
sass vuecli5 vuejs2
Last synced: 4 days ago
JSON representation
Let’s create simple cards, banners using VueCli and Sass
- Host: GitHub
- URL: https://github.com/ronytacodev/cardsimple_vue
- Owner: ronytacodev
- Created: 2023-03-07T18:16:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T17:59:38.000Z (almost 2 years ago)
- Last Synced: 2024-12-21T01:40:49.257Z (4 days ago)
- Topics: sass, vuecli5, vuejs2
- Language: Vue
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CARD, BANNER BASIC WITH VUE 2
Code to create a simple card and a banner with Vue 2, VueCli and SASS.
## Screenshot
___![](src/assets/cards.jpg)
## Project setup
```
npm install
```
![](src/assets/logo.png)### 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/).