DB_URI="mongodb://user:pass@host:port/dbname" node app.js
const env = JSON.stringify(process.env);
@media screen and (min-width: 600px) {
@supports (display: grid) {
.site {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 990px 870px repeat(4, minmax(990px, auto)) 1fr;
}
}
<slot name="slot-name"></slot>
определяются места куда будет вставляться другая разметка или другие компоненты.<ui-modal>
<!-- ... -->
<div slot="modal-body">
<p>Modal body text goes here.</p>
</div>
<!-- ... -->
</ui-modal>
<ui-modal>
<!-- ... -->
<div slot="modal-body">
<form>
<input type="text" />
</form>
</div>
<!-- ... -->
</ui-modal>