1.2.2 • Published 4 years ago

voyager-cross v1.2.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

What is this?

This is a react application template generator,which is based on react.js + next.js + express.js。 You can deploy a simple isomorphic react application fastly with it。

Installation

npm intall -g voyager-cross 

How to use it

# generate your project
voyager -i <YOUR_PROJECT_NAME>
# enter your project
cd <YOUR_PROJECT_NAME>
# start then open localhost:3000
npm run dev
# or
yarn dev

Why did I write it?

Someone may ask me that Next.js and React have provided so many tools for initiating a new project. Why did you do the same thing?

I don't think those tools suit our daily work. For example, SPA (Single Page Application ) is not suited for some countries' network search engines, such as China, North Korea. On the other hand, although SPA provides smooth user experiences to us, it brought a new problem that is white page。In some developing countries or areas, it may spend much time to load web content. So that is why we need to build an isomorphic web application but a single SSR or SAP web application.

When I used the next.js official tool to generate a web application, I found that there are too many essential functions that need to add, such as dynamic routes, faster style render, sitemap, progress bar, code compression and so on. In my philosophy, front-ending engineers should focus on UI design, UX and creating fantastic functions for our users, but waste time to resolve problems for suiting browsers。

That's why I created this tool.

Connection

If you have any question, please contact me: cloudwave.suzhou@gmail.com

1.2.2

4 years ago

1.2.1

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago