KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
dotcom-frontend
★ 20
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
docker-wordpress
:
A simple boilerplate to set WordPress on a developer environment orchestrating everything with Docker and docker-compose.
ThatOrThis
:
A Fabric mod for choosing between sets of Fabric mods.
spring-jwt-realization
:
In this project I realize full mechanism of user login and registration. Also Implement Role Based Action Control.
Swift-Intersection
:
Extensible records / intersection type in Swift.
simprox
:
Simprox is a fast and simple local proxy server
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dotcom-frontend
?
Download (.md)
# Egstad.com [](https://app.netlify.com/sites/egstad-frontend/deploys) ## Build Setup ```bash # install dependencies $ npm install # switch to proper node version (requires nvm) $ nvm use # serve with hot reload at localhost:3000 $ npm start # build for production and launch server $ npm run build # generate static project $ npm run generate ``` ## Technologies - [Nuxt.js](https://nuxtjs.org) on the front-end - [Sanity.io](https://www.sanity.io/docs) on the back-end - Continuous deployment via [Netlify](https://docs.netlify.com/) - Video CDN was created with [AWS](aws.amazon.com) S3 + Cloudfront ## App Events | Event Name | What's it do? | Explicitly called? | | ---------------- | ---------------------------------------------------- | ----------------------------------------------------------------------------------------------- | | `page::mounted` | Tells `$nuxt` app that `mounted()` has completed. | Yes! Add `this.$nuxt.$emit('page::mounted')` at the end of a page's `mounted()` lifecycle hook. | | `route::updated` | Informs the app that the user wants to change routes | No, defined once in `layouts/default.vue` | ## Typography All type on the Site should be fed through the `<Type>` component. This component is responsible for handling the size and style of all letterforms. The typographic scale across all sizes is generated mathmatically using pixel values. For `xx` machines and above, those absolute (`px`) values are converted to relative (`vw`) units and scale fluidly!