Skip to content

frxception/typescript-nuxtjs-boilerplate-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

First, clone the repo via git:

$ git clone --recursive git@github.com:typescript-nuxtjs-boilerplate/typescript-nuxtjs-boilerplate.git

Install yarn

for mac

$ brew install yarn

for windows

Use installer

Install dependencies

Using yarn:

yarn install

Using npm:

npm install

Run sample server at localhost:5000

$ node ./tools/server.js

🔌 Serve with hot reload at localhost:4000

$ yarn run dev

or

$ 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

Build for production and SPA mode

$ yarn run build:static

It will be published in the dist directory

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

📘 Example Links

サンプル集 - typescript-nuxtjs-boilerplate-docs

📚 Docs

See our docs and guides here

⚙️ Maintainers

🍜 License

MIT © hisasann

twitter

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

  • Vue 47.9%
  • TypeScript 39.6%
  • JavaScript 9.2%
  • CSS 1.8%
  • Dockerfile 1.5%