This repository was archived by the owner on Jul 10, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork10
Deprecated: 🍱 Nuxt.js with TypeScript and Run with docker and docker-compose
License
NotificationsYou must be signed in to change notification settings
hisasann/typescript-nuxtjs-boilerplate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
example url:https://typescript-nuxtjs-boilerplate.netlify.com/example
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:hisasann/typescript-nuxtjs-boilerplate.git
for mac
$ brew install yarn
for windows
Using yarn:
yarn install
Using npm:
npm install
$ node ./tools/server.js
$ yarn run dev
or
$ yarn runlocal
and run mock server for examples
$ node ./tools/server.js
$ yarn run build:docker$ yarn start
$ yarn run build:static
It will be published in thedist
directory
For detailed explanation on how things work, checkoutNuxt.js docs.
- /example root directory
- sign-in
- sign-out
- ajax color(pattern1)
- ajax schema(pattern2)
- post custom http headers
- routing custom path(pattern1)
- routing custom path(pattern2)
- assets and static
- basic todo example
- vue life cycle
- use plugin
- custom head tag
- async custom head tag
- send http api in vuex
- get parameters
- image lazy load
- extend css class
- external include file
- dynamic import
- using user agent on ssr and csr
- i18n
- animation - animejs
- now utc offset with moment
- vue-carousel
- vue-awesome-swiper
- audio
- video
- server-side-set-cookie
- type safe vuex
- TypeScript annotation
- counter with typesafe
See ourdocs and guides here
MIT ©hisasann
About
Deprecated: 🍱 Nuxt.js with TypeScript and Run with docker and docker-compose
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.