Files
astra-frontend/README.md
2022-10-12 11:19:16 +03:00

37 lines
812 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# urban-couscous
## 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/).
### Stylization
Pug is used as a template engine for html.
Sass is used as a css preprocessor, and its main styles are described in the vue component.
Tailwind css is used in components to specify margins, paddings, flexbox, grids.
Сss variables are stored in a file src/assets/sass/variables.class. The purpose of the use defines the name of the variables.
The fonst file is located in src/assets/sass/fonts.sass.
The icon fonts file is located in src/assets/css/icon fonts.css.