Dazlure is a concept design for beauty services platform. This a portfolio design, developed using Nuxt.js and postcss for styling. Simple responsive landing page design.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
- Nuxt.js (Vue.js)
- SSG
- PostCSS for styling
- Typescript
- Linting with Eslint and Prettier
- Github automation for deploying static site on GithubPages