4

Meteor 2.7.2 and the New Tailwind Skeleton

 2 years ago
source link: https://blog.meteor.com/meteor-2-7-2-and-the-new-tailwind-skeleton-68ccde68af42
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Meteor 2.7.2 and the New Tailwind Skeleton

1*rd0mnfJYUcFSf9rQL9K3sA.png

We are introducing a new Tailwind skeleton and more! You can check everything in our changelog.

Tailwind Skeleton

Now you can create a new Meteor project with React and Tailwind already set up just by providing the flag --taildwind in the create command: meteor create --tailwind mybeautyfullapp.

Your app will look like this:

1*FLR264wPmrMFoLa2s_jV7A.jpeg

Update meteor-node-stubs

If you’re using meteor-node-stubs in version 1.2.1, you may want to update it to the latest version as we downgraded the version of some packages to keep them compatible with IE.

meteor npm install [email protected]

Creating Mongo indexes

If there is an issue in creating a new index, Meteor will check if it is an issue with the changed options of the said index. If it is, it will re-create the index. If not, an improved error will be thrown to provide the collection and name of the index where there is a failure, so it is easier to locate the problem.

Also, for cases where you can afford to rebuild indexes or the change affects too many indexes, you can set the reCreateIndexOnOptionMismatch
to true in your settings.json.

Please, read more about this new option and how to use ithere.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK