https://github.com/baisheng/nuxt-thinkjs3
Nuxt.js with Thinkjs
https://github.com/baisheng/nuxt-thinkjs3
nuxt nuxt-template thinkjs thinkjs3 vue
Last synced: 5 months ago
JSON representation
Nuxt.js with Thinkjs
- Host: GitHub
- URL: https://github.com/baisheng/nuxt-thinkjs3
- Owner: baisheng
- License: mit
- Created: 2018-05-18T06:34:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T00:33:33.000Z (over 6 years ago)
- Last Synced: 2024-11-01T05:32:52.882Z (6 months ago)
- Topics: nuxt, nuxt-template, thinkjs, thinkjs3, vue
- Language: JavaScript
- Homepage:
- Size: 244 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt.js with ThinkJS
> [ThinkJS](https://thinkjs.org/) + [Nuxt.js](https://nuxtjs.org) = :zap:
## Installation
```bash
npm install # or yarn install*[see note below]
```> Make sure to use a version of vue-cli >= 2.1 (vue -V).
*Note: Due to a bug in yarn's engine version detection code if you are
using a prerelease version of Node (i.e. v7.6.0-rc.1) you will need to either:1. Use `npm install`
2. Run `yarn` with a standard release of Node and then switch back## Commands
| Command | Description |
|---------|-------------|
| npm start | Start ThinkJs server in development. |## Deploy with pm2
Use pm2 to deploy app on production enviroment.
```
pm2 startOrReload pm2.json
```## Documentation
- [ThinkJS](https://thinkjs.org/)
- [Nuxt.js](https://nuxtjs.org/guide/)
- [Vue.js](http://vuejs.org/guide/)
- [thin-nuxt](https://github.com/baisheng/think-nuxt)## Licenses
- [TthinkJS license](https://github.com/thinkjs/thinkjs/blob/master/LICENSE)
- [NuxtJS license](https://github.com/nuxt/nuxt.js/blob/master/LICENSE.md)
- [VueJS license](https://github.com/vuejs/vue/blob/master/LICENSE)## Tips