Nuxt + Typescript is awesome! :)
This template is intended for full Typescript use
See deployed app of this template here.
- ๐ฅ Configurations are fully writen in Typescript (No JavaScript file on this repo!)
- ๐ Eslint and Prettier integration ready
- ๐จ Vuetify ready, an Amazing Material Design Component Framework
- ๐ฆ Vuex store management with intense typing usage example
- ๐ Axios ready (With a sample to NewsAPI request)
- โ DotEnv ready ofcourse!
- ๐ญ Jest integration ready Unit Test with 100% coverage as starting point (Vuetify and Vuex Integration included!)
- โจ Progressive Web App by default (Installable / Add to homescreen)
Clone the repo, cd to directory then yarn install
Rename
example.env
to.env
then fill the NEWS_API_KEY variable with your own token from here.
# 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
Would you mind to give a โญ๏ธ if this project helped you :)
If you meet any difficulties or have a question about this Nuxt Typescript Starter
please create an issue and put question
label on it, I would really happy to help :)