Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitlherme/atomic-design-study
Project for Atomic Design study with Vue 3. 💚
https://github.com/gitlherme/atomic-design-study
Last synced: 16 days ago
JSON representation
Project for Atomic Design study with Vue 3. 💚
- Host: GitHub
- URL: https://github.com/gitlherme/atomic-design-study
- Owner: gitlherme
- Created: 2021-04-26T22:05:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T22:05:53.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T02:51:54.352Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 344 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# praticando-atomic-design
## 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/).