Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit a24bbf1

Browse files
committedApr 29, 2020
feat(templates): deprecate server templates
1 parent 8034d68 commit a24bbf1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4
-2551
lines changed
 

Diff for: ‎README.md

-9
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ yarn create nuxt-app <my-project>
5252
- [Tailwind CSS](https://github.com/tailwindcss/tailwindcss)
5353
- [Vuesax](https://github.com/lusaxweb/vuesax)
5454
- [Vuetify](https://github.com/vuetifyjs/vuetify)
55-
1. Choose between integrated server-side frameworks:
56-
- None (Nuxt default server)
57-
- [Adonis](https://github.com/adonisjs/adonis-framework)
58-
- [Express](https://github.com/expressjs/express)
59-
- [Fastify](https://github.com/fastify/fastify)
60-
- [Feathers](https://github.com/feathersjs/feathers)
61-
- [Hapi](https://github.com/hapijs/hapi)
62-
- [Koa](https://github.com/koajs/koa)
63-
- [Micro](https://github.com/zeit/micro)
6455
1. Choose the runtime for TypeScript (if you choose TypeScript)
6556
- Default
6657
- [@nuxt/typescript-runtime](https://github.com/nuxt/typescript)

Diff for: ‎packages/cna-template/template/_.eslintrc.js

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ module.exports = {
44
browser: true,
55
node: true
66
},
7-
<%_ if (server === 'adonis') { _%>
8-
globals: {
9-
use: true
10-
},
11-
<%_ } _%>
127
<%_ if (!typescript) { _%>
138
parserOptions: {
149
parser: 'babel-eslint'

0 commit comments

Comments
 (0)