All Projects → nuxt-community → Typescript Template

nuxt-community / Typescript Template

Licence: mit
Typescript starter with Nuxt.js

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Typescript Template

Awesome Nuxt
A curated list of awesome things related to Nuxt.js
Stars: ✭ 4,285 (+694.99%)
Mutual labels:  nuxt
Electron Nuxt
⚡ An Electron & Nuxt.js / Vue.js quick start boilerplate with vue-cli scaffolding, electron-builder, unit/e2e testing, vue-devtools
Stars: ✭ 452 (-16.14%)
Mutual labels:  nuxt
Style Resources Module
Nobody likes extra @import statements!
Stars: ✭ 485 (-10.02%)
Mutual labels:  nuxt
Vue Gallery
📷 Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers.
Stars: ✭ 405 (-24.86%)
Mutual labels:  nuxt
Composition Api
Composition API hooks for Nuxt.
Stars: ✭ 441 (-18.18%)
Mutual labels:  nuxt
Adonuxt Template
[Deprecated] Starter template for Nuxt.js with AdonisJS.
Stars: ✭ 457 (-15.21%)
Mutual labels:  nuxt
Nuxt Purgecss
Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js
Stars: ✭ 356 (-33.95%)
Mutual labels:  nuxt
Vue Svg Loader
🔨 webpack loader that lets you use SVG files as Vue components
Stars: ✭ 514 (-4.64%)
Mutual labels:  nuxt
Vue Slick Carousel
🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
Stars: ✭ 447 (-17.07%)
Mutual labels:  nuxt
Nuxt Firebase Sns Example
Nuxt v2 & Firebase(Hosting / Functions SSR / Firestore), Google Auth SNS Example.
Stars: ✭ 485 (-10.02%)
Mutual labels:  nuxt
Dotenv Module
Loads your .env file into your application context
Stars: ✭ 429 (-20.41%)
Mutual labels:  nuxt
Device Module
Nuxt.js module for detecting device type.
Stars: ✭ 436 (-19.11%)
Mutual labels:  nuxt
Wuxt
Nuxt/WordPress development environment, combining the worlds biggest CMS with the most awesome front-end application framework yet.
Stars: ✭ 459 (-14.84%)
Mutual labels:  nuxt
Nuxtent Module
Seamlessly use content files in your Nuxt.js sites.
Stars: ✭ 399 (-25.97%)
Mutual labels:  nuxt
Doccano
Open source annotation tool for machine learning practitioners.
Stars: ✭ 5,600 (+938.96%)
Mutual labels:  nuxt
Koa Template
Starter template for Nuxt.js with KoaJS.
Stars: ✭ 374 (-30.61%)
Mutual labels:  nuxt
Nuxt Markdown Blog Starter
Nuxt + Markdown blog starter
Stars: ✭ 456 (-15.4%)
Mutual labels:  nuxt
Nuepress
📖 Nuxt.js + WordPress REST API
Stars: ✭ 524 (-2.78%)
Mutual labels:  nuxt
Firebase Module
🔥 Easily integrate Firebase into your Nuxt project. 🔥
Stars: ✭ 493 (-8.53%)
Mutual labels:  nuxt
Vuetify Module
Vuetify Module for Nuxt.js
Stars: ✭ 472 (-12.43%)
Mutual labels:  nuxt

Nuxt TypeScript starter template

A Nuxt.js + @nuxt/typescript starter project template.

Setup

Create your repository by Use this template button from this template and clone into your local.

Then, run below command and follow its message.

./init.sh

The command will ask your preference for the API to write Vue component among:

  • Options API
  • Class API with with nuxt-property-decorator
  • Composition API (Experimental) with @nuxt/composition-api

Usage

Run Development server

npm run dev

Go to http://localhost:3000

Build/Run SSR enabled application

npm run build
npm start

Static Generation

Netlify Status

npm run generate #=> Then distribute /dist

FAQ

  • Q. How about providing sample usage of "xyz" (The name of OSS which you want to use)?
    • A. Recommend running into create-nuxt-app. This template aims to provide a minimal sample that follows the latest version of Nuxt.js and @nuxt/typescript.
  • Q. I think the usage of Vuex is not typed enough...?
    • A. We know! We desire the next major version of Vuex (v4) saves our bacon.

Miss the old way of this repository?

That still alives on master branch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].