Skip to content

frxception/typescript-nuxtjs-boilerplate

 
 

Repository files navigation

🍱 typescript-nuxtjs-boilerplate

example url: https://typescript-nuxtjs-boilerplate.netlify.com/example


Install

Note: requires node version >= 8.10.0 and npm version >= 5.6.0

Install yarn

for mac

$ brew install yarn

for windows

Use installer

Install dependencies

Using yarn:

yarn install

Using npm:

npm install

Serve with hot reload at localhost:4000

$ yarn run dev
$ yarn run local

and run mock server for examples

$ node ./tools/server.js

Build for production on docker and launch server

$ yarn run build:docker
$ yarn start

For detailed explanation on how things work, checkout Nuxt.js docs.

📘 Example Links

Docs

See our docs and guides here

Maintainers

License

MIT © hisasann

About

🍱 Nuxt.js with TypeScript and Run with docker and docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.3%
  • Vue 42.7%
  • JavaScript 9.2%
  • CSS 2.6%
  • Dockerfile 2.1%
  • Shell 0.1%